Shades of Orchid #CF66C9
Tints of Orchid #CF66C9
RGB
CMYK
RGB Variations
Color information
#CF66C9 (or 0xCF66C9) is known color: Orchid. HEX triplet: CF, 66 and C9. RGB value is (207,102,201). Sum of RGB (Red+Green+Blue) = 207+102+201=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66C9 is #309936. Grayscale: #909090. Windows color (decimal): -3184951 or 13199055. OLE color: 13199055.
HSL color Cylindrical-coordinate representation of color #CF66C9: hue angle of 303.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF66C9 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 201 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.19 |
| HSL | 303.43º | 0.52% | 0.61% | - |
| HSV(B) | 303.43º | 0.51% | 0.81% | - |
| XYZ | 41.03 | 26.99 | 58.3 | - |
| YUV | 144.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 201 | 0 | 0.51 | 0.03 | 0.19 | 303.43 | 0.52 | 0.61 |
| Hex | CF | 66 | C9 | 0 | 33 | 3 | 13 | 12F | 34 | 3D |
| Octal | 317 | 146 | 311 | 0 | 63 | 3 | 23 | 457 | 64 | 75 |
| Binary | 11001111 | 1100110 | 11001001 | 0 | 110011 | 11 | 10011 | 100101111 | 110100 | 111101 |
Color Harmonies of #CF66C9
Complementary color
Monochromatic Colors of #CF66C9
Black with #CF66C9
Text Example
Text Example
White with #CF66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66C9; }
p { color: rgb(207,102,201); }
H1.HeaderClassName
{
color: #CF66C9;
}
.AnyTagClassName
{
color: #CF66C9;
}
</style>
background-color css
<style>
a { background-color: #CF66C9; }
a { background-color: rgb(207,102,201); }
div.DivClassName
{
background-color: #CF66C9;
}
.BgClassName
{
background-color: #CF66C9;
}
</style>
border-color css
<style>
span { border-color: #CF66C9; }
span { border-color: rgb(207,102,201); }
td.TdClassName
{
border-color: #CF66C9;
}
.TagClassName
{
border-color: #CF66C9;
}
</style>