Shades of Orchid #CF66C8
Tints of Orchid #CF66C8
RGB
CMYK
RGB Variations
Color information
#CF66C8 (or 0xCF66C8) is known color: Orchid. HEX triplet: CF, 66 and C8. RGB value is (207,102,200). Sum of RGB (Red+Green+Blue) = 207+102+200=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66C8 is #309937. Grayscale: #909090. Windows color (decimal): -3184952 or 13133519. OLE color: 13133519.
HSL color Cylindrical-coordinate representation of color #CF66C8: hue angle of 304º 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 #CF66C8 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 200 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.19 |
| HSL | 304º | 0.52% | 0.61% | - |
| HSV(B) | 304º | 0.51% | 0.81% | - |
| XYZ | 40.91 | 26.94 | 57.69 | - |
| YUV | 144.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 200 | 0 | 0.51 | 0.03 | 0.19 | 304 | 0.52 | 0.61 |
| Hex | CF | 66 | C8 | 0 | 33 | 3 | 13 | 130 | 34 | 3D |
| Octal | 317 | 146 | 310 | 0 | 63 | 3 | 23 | 460 | 64 | 75 |
| Binary | 11001111 | 1100110 | 11001000 | 0 | 110011 | 11 | 10011 | 100110000 | 110100 | 111101 |
Color Harmonies of #CF66C8
Complementary color
Monochromatic Colors of #CF66C8
Black with #CF66C8
Text Example
Text Example
White with #CF66C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66C8; }
p { color: rgb(207,102,200); }
H1.HeaderClassName
{
color: #CF66C8;
}
.AnyTagClassName
{
color: #CF66C8;
}
</style>
background-color css
<style>
a { background-color: #CF66C8; }
a { background-color: rgb(207,102,200); }
div.DivClassName
{
background-color: #CF66C8;
}
.BgClassName
{
background-color: #CF66C8;
}
</style>
border-color css
<style>
span { border-color: #CF66C8; }
span { border-color: rgb(207,102,200); }
td.TdClassName
{
border-color: #CF66C8;
}
.TagClassName
{
border-color: #CF66C8;
}
</style>