Shades of Orchid #CF72C9
Tints of Orchid #CF72C9
RGB
CMYK
RGB Variations
Color information
#CF72C9 (or 0xCF72C9) is known color: Orchid. HEX triplet: CF, 72 and C9. RGB value is (207,114,201). Sum of RGB (Red+Green+Blue) = 207+114+201=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72C9 is #308D36. Grayscale: #979797. Windows color (decimal): -3181879 or 13202127. OLE color: 13202127.
HSL color Cylindrical-coordinate representation of color #CF72C9: hue angle of 303.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF72C9 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 201 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.19 |
| HSL | 303.87º | 0.49% | 0.63% | - |
| HSV(B) | 303.87º | 0.45% | 0.81% | - |
| XYZ | 42.29 | 29.52 | 58.73 | - |
| YUV | 151.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 201 | 0 | 0.45 | 0.03 | 0.19 | 303.87 | 0.49 | 0.63 |
| Hex | CF | 72 | C9 | 0 | 2D | 3 | 13 | 130 | 31 | 3F |
| Octal | 317 | 162 | 311 | 0 | 55 | 3 | 23 | 460 | 61 | 77 |
| Binary | 11001111 | 1110010 | 11001001 | 0 | 101101 | 11 | 10011 | 100110000 | 110001 | 111111 |
Color Harmonies of #CF72C9
Complementary color
Monochromatic Colors of #CF72C9
Black with #CF72C9
Text Example
Text Example
White with #CF72C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72C9; }
p { color: rgb(207,114,201); }
H1.HeaderClassName
{
color: #CF72C9;
}
.AnyTagClassName
{
color: #CF72C9;
}
</style>
background-color css
<style>
a { background-color: #CF72C9; }
a { background-color: rgb(207,114,201); }
div.DivClassName
{
background-color: #CF72C9;
}
.BgClassName
{
background-color: #CF72C9;
}
</style>
border-color css
<style>
span { border-color: #CF72C9; }
span { border-color: rgb(207,114,201); }
td.TdClassName
{
border-color: #CF72C9;
}
.TagClassName
{
border-color: #CF72C9;
}
</style>