Shades of Orchid #C869D8
Tints of Orchid #C869D8
RGB
CMYK
RGB Variations
Color information
#C869D8 (or 0xC869D8) is known color: Orchid. HEX triplet: C8, 69 and D8. RGB value is (200,105,216). Sum of RGB (Red+Green+Blue) = 200+105+216=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #C869D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869D8 is #379627. Grayscale: #919191. Windows color (decimal): -3642920 or 14182856. OLE color: 14182856.
HSL color Cylindrical-coordinate representation of color #C869D8: hue angle of 291.35º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C869D8 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 105 | 216 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.15 |
| HSL | 291.35º | 0.59% | 0.63% | - |
| HSV(B) | 291.35º | 0.51% | 0.85% | - |
| XYZ | 41.27 | 27.34 | 68.07 | - |
| YUV | 146.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 216 | 0.07 | 0.51 | 0 | 0.15 | 291.35 | 0.59 | 0.63 |
| Hex | C8 | 69 | D8 | 7 | 33 | 0 | F | 123 | 3B | 3F |
| Octal | 310 | 151 | 330 | 7 | 63 | 0 | 17 | 443 | 73 | 77 |
| Binary | 11001000 | 1101001 | 11011000 | 111 | 110011 | 0 | 1111 | 100100011 | 111011 | 111111 |
Color Harmonies of #C869D8
Complementary color
Monochromatic Colors of #C869D8
Black with #C869D8
Text Example
Text Example
White with #C869D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869D8; }
p { color: rgb(200,105,216); }
H1.HeaderClassName
{
color: #C869D8;
}
.AnyTagClassName
{
color: #C869D8;
}
</style>
background-color css
<style>
a { background-color: #C869D8; }
a { background-color: rgb(200,105,216); }
div.DivClassName
{
background-color: #C869D8;
}
.BgClassName
{
background-color: #C869D8;
}
</style>
border-color css
<style>
span { border-color: #C869D8; }
span { border-color: rgb(200,105,216); }
td.TdClassName
{
border-color: #C869D8;
}
.TagClassName
{
border-color: #C869D8;
}
</style>