Shades of Orchid #CB6EDC
Tints of Orchid #CB6EDC
RGB
CMYK
RGB Variations
Color information
#CB6EDC (or 0xCB6EDC) is known color: Orchid. HEX triplet: CB, 6E and DC. RGB value is (203,110,220). Sum of RGB (Red+Green+Blue) = 203+110+220=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EDC is #349123. Grayscale: #959595. Windows color (decimal): -3445028 or 14446283. OLE color: 14446283.
HSL color Cylindrical-coordinate representation of color #CB6EDC: hue angle of 290.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6EDC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 110 | 220 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.14 |
| HSL | 290.73º | 0.61% | 0.65% | - |
| HSV(B) | 290.73º | 0.5% | 0.86% | - |
| XYZ | 43.12 | 29.02 | 71.04 | - |
| YUV | 150.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 220 | 0.08 | 0.50 | 0 | 0.14 | 290.73 | 0.61 | 0.65 |
| Hex | CB | 6E | DC | 8 | 32 | 0 | E | 123 | 3D | 41 |
| Octal | 313 | 156 | 334 | 10 | 62 | 0 | 16 | 443 | 75 | 101 |
| Binary | 11001011 | 1101110 | 11011100 | 1000 | 110010 | 0 | 1110 | 100100011 | 111101 | 1000001 |
Color Harmonies of #CB6EDC
Complementary color
Monochromatic Colors of #CB6EDC
Black with #CB6EDC
Text Example
Text Example
White with #CB6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EDC; }
p { color: rgb(203,110,220); }
H1.HeaderClassName
{
color: #CB6EDC;
}
.AnyTagClassName
{
color: #CB6EDC;
}
</style>
background-color css
<style>
a { background-color: #CB6EDC; }
a { background-color: rgb(203,110,220); }
div.DivClassName
{
background-color: #CB6EDC;
}
.BgClassName
{
background-color: #CB6EDC;
}
</style>
border-color css
<style>
span { border-color: #CB6EDC; }
span { border-color: rgb(203,110,220); }
td.TdClassName
{
border-color: #CB6EDC;
}
.TagClassName
{
border-color: #CB6EDC;
}
</style>