Shades of Orchid #CF74C8
Tints of Orchid #CF74C8
RGB
CMYK
RGB Variations
Color information
#CF74C8 (or 0xCF74C8) is known color: Orchid. HEX triplet: CF, 74 and C8. RGB value is (207,116,200). Sum of RGB (Red+Green+Blue) = 207+116+200=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74C8 is #308B37. Grayscale: #989898. Windows color (decimal): -3181368 or 13137103. OLE color: 13137103.
HSL color Cylindrical-coordinate representation of color #CF74C8: hue angle of 304.62º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74C8 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 200 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.19 |
| HSL | 304.62º | 0.49% | 0.63% | - |
| HSV(B) | 304.62º | 0.44% | 0.81% | - |
| XYZ | 42.4 | 29.93 | 58.19 | - |
| YUV | 152.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 200 | 0 | 0.44 | 0.03 | 0.19 | 304.62 | 0.49 | 0.63 |
| Hex | CF | 74 | C8 | 0 | 2C | 3 | 13 | 131 | 31 | 3F |
| Octal | 317 | 164 | 310 | 0 | 54 | 3 | 23 | 461 | 61 | 77 |
| Binary | 11001111 | 1110100 | 11001000 | 0 | 101100 | 11 | 10011 | 100110001 | 110001 | 111111 |
Color Harmonies of #CF74C8
Complementary color
Monochromatic Colors of #CF74C8
Black with #CF74C8
Text Example
Text Example
White with #CF74C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74C8; }
p { color: rgb(207,116,200); }
H1.HeaderClassName
{
color: #CF74C8;
}
.AnyTagClassName
{
color: #CF74C8;
}
</style>
background-color css
<style>
a { background-color: #CF74C8; }
a { background-color: rgb(207,116,200); }
div.DivClassName
{
background-color: #CF74C8;
}
.BgClassName
{
background-color: #CF74C8;
}
</style>
border-color css
<style>
span { border-color: #CF74C8; }
span { border-color: rgb(207,116,200); }
td.TdClassName
{
border-color: #CF74C8;
}
.TagClassName
{
border-color: #CF74C8;
}
</style>