Shades of Orchid #CF75C2
Tints of Orchid #CF75C2
RGB
CMYK
RGB Variations
Color information
#CF75C2 (or 0xCF75C2) is known color: Orchid. HEX triplet: CF, 75 and C2. RGB value is (207,117,194). Sum of RGB (Red+Green+Blue) = 207+117+194=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75C2 is #308A3D. Grayscale: #989898. Windows color (decimal): -3181118 or 12744143. OLE color: 12744143.
HSL color Cylindrical-coordinate representation of color #CF75C2: hue angle of 308.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF75C2 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 194 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.19 |
| HSL | 308.67º | 0.48% | 0.64% | - |
| HSV(B) | 308.67º | 0.43% | 0.81% | - |
| XYZ | 41.83 | 29.88 | 54.6 | - |
| YUV | 152.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 194 | 0 | 0.43 | 0.06 | 0.19 | 308.67 | 0.48 | 0.64 |
| Hex | CF | 75 | C2 | 0 | 2B | 6 | 13 | 135 | 30 | 40 |
| Octal | 317 | 165 | 302 | 0 | 53 | 6 | 23 | 465 | 60 | 100 |
| Binary | 11001111 | 1110101 | 11000010 | 0 | 101011 | 110 | 10011 | 100110101 | 110000 | 1000000 |
Color Harmonies of #CF75C2
Complementary color
Monochromatic Colors of #CF75C2
Black with #CF75C2
Text Example
Text Example
White with #CF75C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75C2; }
p { color: rgb(207,117,194); }
H1.HeaderClassName
{
color: #CF75C2;
}
.AnyTagClassName
{
color: #CF75C2;
}
</style>
background-color css
<style>
a { background-color: #CF75C2; }
a { background-color: rgb(207,117,194); }
div.DivClassName
{
background-color: #CF75C2;
}
.BgClassName
{
background-color: #CF75C2;
}
</style>
border-color css
<style>
span { border-color: #CF75C2; }
span { border-color: rgb(207,117,194); }
td.TdClassName
{
border-color: #CF75C2;
}
.TagClassName
{
border-color: #CF75C2;
}
</style>