Shades of Orchid #C869D6
Tints of Orchid #C869D6
RGB
CMYK
RGB Variations
Color information
#C869D6 (or 0xC869D6) is known color: Orchid. HEX triplet: C8, 69 and D6. RGB value is (200,105,214). Sum of RGB (Red+Green+Blue) = 200+105+214=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #C869D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869D6 is #379629. Grayscale: #919191. Windows color (decimal): -3642922 or 14051784. OLE color: 14051784.
HSL color Cylindrical-coordinate representation of color #C869D6: hue angle of 292.29º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C869D6 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 105 | 214 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.16 |
| HSL | 292.29º | 0.57% | 0.63% | - |
| HSV(B) | 292.29º | 0.51% | 0.84% | - |
| XYZ | 41.01 | 27.24 | 66.71 | - |
| YUV | 145.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 214 | 0.07 | 0.51 | 0 | 0.16 | 292.29 | 0.57 | 0.63 |
| Hex | C8 | 69 | D6 | 7 | 33 | 0 | 10 | 124 | 39 | 3F |
| Octal | 310 | 151 | 326 | 7 | 63 | 0 | 20 | 444 | 71 | 77 |
| Binary | 11001000 | 1101001 | 11010110 | 111 | 110011 | 0 | 10000 | 100100100 | 111001 | 111111 |
Color Harmonies of #C869D6
Complementary color
Monochromatic Colors of #C869D6
Black with #C869D6
Text Example
Text Example
White with #C869D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869D6; }
p { color: rgb(200,105,214); }
H1.HeaderClassName
{
color: #C869D6;
}
.AnyTagClassName
{
color: #C869D6;
}
</style>
background-color css
<style>
a { background-color: #C869D6; }
a { background-color: rgb(200,105,214); }
div.DivClassName
{
background-color: #C869D6;
}
.BgClassName
{
background-color: #C869D6;
}
</style>
border-color css
<style>
span { border-color: #C869D6; }
span { border-color: rgb(200,105,214); }
td.TdClassName
{
border-color: #C869D6;
}
.TagClassName
{
border-color: #C869D6;
}
</style>