Shades of Orchid #C869CB
Tints of Orchid #C869CB
RGB
CMYK
RGB Variations
Color information
#C869CB (or 0xC869CB) is known color: Orchid. HEX triplet: C8, 69 and CB. RGB value is (200,105,203). Sum of RGB (Red+Green+Blue) = 200+105+203=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C869CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869CB is #379634. Grayscale: #909090. Windows color (decimal): -3642933 or 13330888. OLE color: 13330888.
HSL color Cylindrical-coordinate representation of color #C869CB: hue angle of 298.16º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C869CB is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 105 | 203 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.20 |
| HSL | 298.16º | 0.49% | 0.6% | - |
| HSV(B) | 298.16º | 0.48% | 0.8% | - |
| XYZ | 39.65 | 26.69 | 59.56 | - |
| YUV | 144.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 203 | 0.01 | 0.48 | 0 | 0.20 | 298.16 | 0.49 | 0.6 |
| Hex | C8 | 69 | CB | 1 | 30 | 0 | 14 | 12A | 31 | 3C |
| Octal | 310 | 151 | 313 | 1 | 60 | 0 | 24 | 452 | 61 | 74 |
| Binary | 11001000 | 1101001 | 11001011 | 1 | 110000 | 0 | 10100 | 100101010 | 110001 | 111100 |
Color Harmonies of #C869CB
Complementary color
Monochromatic Colors of #C869CB
Black with #C869CB
Text Example
Text Example
White with #C869CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869CB; }
p { color: rgb(200,105,203); }
H1.HeaderClassName
{
color: #C869CB;
}
.AnyTagClassName
{
color: #C869CB;
}
</style>
background-color css
<style>
a { background-color: #C869CB; }
a { background-color: rgb(200,105,203); }
div.DivClassName
{
background-color: #C869CB;
}
.BgClassName
{
background-color: #C869CB;
}
</style>
border-color css
<style>
span { border-color: #C869CB; }
span { border-color: rgb(200,105,203); }
td.TdClassName
{
border-color: #C869CB;
}
.TagClassName
{
border-color: #C869CB;
}
</style>