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