Shades of Orchid #C869D5
Tints of Orchid #C869D5
RGB
CMYK
RGB Variations
Color information
#C869D5 (or 0xC869D5) is known color: Orchid. HEX triplet: C8, 69 and D5. RGB value is (200,105,213). Sum of RGB (Red+Green+Blue) = 200+105+213=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #C869D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869D5 is #37962A. Grayscale: #919191. Windows color (decimal): -3642923 or 13986248. OLE color: 13986248.
HSL color Cylindrical-coordinate representation of color #C869D5: hue angle of 292.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C869D5 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 105 | 213 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.16 |
| HSL | 292.78º | 0.56% | 0.62% | - |
| HSV(B) | 292.78º | 0.51% | 0.84% | - |
| XYZ | 40.88 | 27.19 | 66.04 | - |
| YUV | 145.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 213 | 0.06 | 0.51 | 0 | 0.16 | 292.78 | 0.56 | 0.62 |
| Hex | C8 | 69 | D5 | 6 | 33 | 0 | 10 | 125 | 38 | 3E |
| Octal | 310 | 151 | 325 | 6 | 63 | 0 | 20 | 445 | 70 | 76 |
| Binary | 11001000 | 1101001 | 11010101 | 110 | 110011 | 0 | 10000 | 100100101 | 111000 | 111110 |
Color Harmonies of #C869D5
Complementary color
Monochromatic Colors of #C869D5
Black with #C869D5
Text Example
Text Example
White with #C869D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869D5; }
p { color: rgb(200,105,213); }
H1.HeaderClassName
{
color: #C869D5;
}
.AnyTagClassName
{
color: #C869D5;
}
</style>
background-color css
<style>
a { background-color: #C869D5; }
a { background-color: rgb(200,105,213); }
div.DivClassName
{
background-color: #C869D5;
}
.BgClassName
{
background-color: #C869D5;
}
</style>
border-color css
<style>
span { border-color: #C869D5; }
span { border-color: rgb(200,105,213); }
td.TdClassName
{
border-color: #C869D5;
}
.TagClassName
{
border-color: #C869D5;
}
</style>