Shades of Orchid #C867CE
Tints of Orchid #C867CE
RGB
CMYK
RGB Variations
Color information
#C867CE (or 0xC867CE) is known color: Orchid. HEX triplet: C8, 67 and CE. RGB value is (200,103,206). Sum of RGB (Red+Green+Blue) = 200+103+206=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #C867CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867CE is #379831. Grayscale: #8F8F8F. Windows color (decimal): -3643442 or 13526984. OLE color: 13526984.
HSL color Cylindrical-coordinate representation of color #C867CE: hue angle of 296.5º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C867CE is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 103 | 206 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.19 |
| HSL | 296.5º | 0.51% | 0.61% | - |
| HSV(B) | 296.5º | 0.5% | 0.81% | - |
| XYZ | 39.81 | 26.44 | 61.4 | - |
| YUV | 143.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 206 | 0.03 | 0.50 | 0 | 0.19 | 296.5 | 0.51 | 0.61 |
| Hex | C8 | 67 | CE | 3 | 32 | 0 | 13 | 129 | 33 | 3D |
| Octal | 310 | 147 | 316 | 3 | 62 | 0 | 23 | 451 | 63 | 75 |
| Binary | 11001000 | 1100111 | 11001110 | 11 | 110010 | 0 | 10011 | 100101001 | 110011 | 111101 |
Color Harmonies of #C867CE
Complementary color
Monochromatic Colors of #C867CE
Black with #C867CE
Text Example
Text Example
White with #C867CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867CE; }
p { color: rgb(200,103,206); }
H1.HeaderClassName
{
color: #C867CE;
}
.AnyTagClassName
{
color: #C867CE;
}
</style>
background-color css
<style>
a { background-color: #C867CE; }
a { background-color: rgb(200,103,206); }
div.DivClassName
{
background-color: #C867CE;
}
.BgClassName
{
background-color: #C867CE;
}
</style>
border-color css
<style>
span { border-color: #C867CE; }
span { border-color: rgb(200,103,206); }
td.TdClassName
{
border-color: #C867CE;
}
.TagClassName
{
border-color: #C867CE;
}
</style>