Shades of Orchid #C866CE
Tints of Orchid #C866CE
RGB
CMYK
RGB Variations
Color information
#C866CE (or 0xC866CE) is known color: Orchid. HEX triplet: C8, 66 and CE. RGB value is (200,102,206). Sum of RGB (Red+Green+Blue) = 200+102+206=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C866CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866CE is #379931. Grayscale: #8E8E8E. Windows color (decimal): -3643698 or 13526728. OLE color: 13526728.
HSL color Cylindrical-coordinate representation of color #C866CE: hue angle of 296.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C866CE is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 102 | 206 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.19 |
| HSL | 296.54º | 0.51% | 0.6% | - |
| HSV(B) | 296.54º | 0.5% | 0.81% | - |
| XYZ | 39.71 | 26.24 | 61.36 | - |
| YUV | 143.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 206 | 0.03 | 0.50 | 0 | 0.19 | 296.54 | 0.51 | 0.6 |
| Hex | C8 | 66 | CE | 3 | 32 | 0 | 13 | 129 | 33 | 3C |
| Octal | 310 | 146 | 316 | 3 | 62 | 0 | 23 | 451 | 63 | 74 |
| Binary | 11001000 | 1100110 | 11001110 | 11 | 110010 | 0 | 10011 | 100101001 | 110011 | 111100 |
Color Harmonies of #C866CE
Complementary color
Monochromatic Colors of #C866CE
Black with #C866CE
Text Example
Text Example
White with #C866CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866CE; }
p { color: rgb(200,102,206); }
H1.HeaderClassName
{
color: #C866CE;
}
.AnyTagClassName
{
color: #C866CE;
}
</style>
background-color css
<style>
a { background-color: #C866CE; }
a { background-color: rgb(200,102,206); }
div.DivClassName
{
background-color: #C866CE;
}
.BgClassName
{
background-color: #C866CE;
}
</style>
border-color css
<style>
span { border-color: #C866CE; }
span { border-color: rgb(200,102,206); }
td.TdClassName
{
border-color: #C866CE;
}
.TagClassName
{
border-color: #C866CE;
}
</style>