Shades of Orchid #C869CE
Tints of Orchid #C869CE
RGB
CMYK
RGB Variations
Color information
#C869CE (or 0xC869CE) is known color: Orchid. HEX triplet: C8, 69 and CE. RGB value is (200,105,206). Sum of RGB (Red+Green+Blue) = 200+105+206=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #C869CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869CE is #379631. Grayscale: #909090. Windows color (decimal): -3642930 or 13527496. OLE color: 13527496.
HSL color Cylindrical-coordinate representation of color #C869CE: hue angle of 296.44º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C869CE is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 105 | 206 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.19 |
| HSL | 296.44º | 0.51% | 0.61% | - |
| HSV(B) | 296.44º | 0.49% | 0.81% | - |
| XYZ | 40.01 | 26.84 | 61.46 | - |
| YUV | 144.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 206 | 0.03 | 0.49 | 0 | 0.19 | 296.44 | 0.51 | 0.61 |
| Hex | C8 | 69 | CE | 3 | 31 | 0 | 13 | 128 | 33 | 3D |
| Octal | 310 | 151 | 316 | 3 | 61 | 0 | 23 | 450 | 63 | 75 |
| Binary | 11001000 | 1101001 | 11001110 | 11 | 110001 | 0 | 10011 | 100101000 | 110011 | 111101 |
Color Harmonies of #C869CE
Complementary color
Monochromatic Colors of #C869CE
Black with #C869CE
Text Example
Text Example
White with #C869CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869CE; }
p { color: rgb(200,105,206); }
H1.HeaderClassName
{
color: #C869CE;
}
.AnyTagClassName
{
color: #C869CE;
}
</style>
background-color css
<style>
a { background-color: #C869CE; }
a { background-color: rgb(200,105,206); }
div.DivClassName
{
background-color: #C869CE;
}
.BgClassName
{
background-color: #C869CE;
}
</style>
border-color css
<style>
span { border-color: #C869CE; }
span { border-color: rgb(200,105,206); }
td.TdClassName
{
border-color: #C869CE;
}
.TagClassName
{
border-color: #C869CE;
}
</style>