Shades of Orchid #CB6ADC
Tints of Orchid #CB6ADC
RGB
CMYK
RGB Variations
Color information
#CB6ADC (or 0xCB6ADC) is known color: Orchid. HEX triplet: CB, 6A and DC. RGB value is (203,106,220). Sum of RGB (Red+Green+Blue) = 203+106+220=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ADC is #349523. Grayscale: #939393. Windows color (decimal): -3446052 or 14445259. OLE color: 14445259.
HSL color Cylindrical-coordinate representation of color #CB6ADC: hue angle of 291.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6ADC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 106 | 220 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.14 |
| HSL | 291.05º | 0.62% | 0.64% | - |
| HSV(B) | 291.05º | 0.52% | 0.86% | - |
| XYZ | 42.7 | 28.17 | 70.9 | - |
| YUV | 148 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 220 | 0.08 | 0.52 | 0 | 0.14 | 291.05 | 0.62 | 0.64 |
| Hex | CB | 6A | DC | 8 | 34 | 0 | E | 123 | 3E | 40 |
| Octal | 313 | 152 | 334 | 10 | 64 | 0 | 16 | 443 | 76 | 100 |
| Binary | 11001011 | 1101010 | 11011100 | 1000 | 110100 | 0 | 1110 | 100100011 | 111110 | 1000000 |
Color Harmonies of #CB6ADC
Complementary color
Monochromatic Colors of #CB6ADC
Black with #CB6ADC
Text Example
Text Example
White with #CB6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ADC; }
p { color: rgb(203,106,220); }
H1.HeaderClassName
{
color: #CB6ADC;
}
.AnyTagClassName
{
color: #CB6ADC;
}
</style>
background-color css
<style>
a { background-color: #CB6ADC; }
a { background-color: rgb(203,106,220); }
div.DivClassName
{
background-color: #CB6ADC;
}
.BgClassName
{
background-color: #CB6ADC;
}
</style>
border-color css
<style>
span { border-color: #CB6ADC; }
span { border-color: rgb(203,106,220); }
td.TdClassName
{
border-color: #CB6ADC;
}
.TagClassName
{
border-color: #CB6ADC;
}
</style>