Shades of Orchid #CB6DDC
Tints of Orchid #CB6DDC
RGB
CMYK
RGB Variations
Color information
#CB6DDC (or 0xCB6DDC) is known color: Orchid. HEX triplet: CB, 6D and DC. RGB value is (203,109,220). Sum of RGB (Red+Green+Blue) = 203+109+220=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DDC is #349223. Grayscale: #959595. Windows color (decimal): -3445284 or 14446027. OLE color: 14446027.
HSL color Cylindrical-coordinate representation of color #CB6DDC: hue angle of 290.81º 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 #CB6DDC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 109 | 220 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.14 |
| HSL | 290.81º | 0.61% | 0.65% | - |
| HSV(B) | 290.81º | 0.5% | 0.86% | - |
| XYZ | 43.02 | 28.8 | 71 | - |
| YUV | 149.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 220 | 0.08 | 0.50 | 0 | 0.14 | 290.81 | 0.61 | 0.65 |
| Hex | CB | 6D | DC | 8 | 32 | 0 | E | 123 | 3D | 41 |
| Octal | 313 | 155 | 334 | 10 | 62 | 0 | 16 | 443 | 75 | 101 |
| Binary | 11001011 | 1101101 | 11011100 | 1000 | 110010 | 0 | 1110 | 100100011 | 111101 | 1000001 |
Color Harmonies of #CB6DDC
Complementary color
Monochromatic Colors of #CB6DDC
Black with #CB6DDC
Text Example
Text Example
White with #CB6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DDC; }
p { color: rgb(203,109,220); }
H1.HeaderClassName
{
color: #CB6DDC;
}
.AnyTagClassName
{
color: #CB6DDC;
}
</style>
background-color css
<style>
a { background-color: #CB6DDC; }
a { background-color: rgb(203,109,220); }
div.DivClassName
{
background-color: #CB6DDC;
}
.BgClassName
{
background-color: #CB6DDC;
}
</style>
border-color css
<style>
span { border-color: #CB6DDC; }
span { border-color: rgb(203,109,220); }
td.TdClassName
{
border-color: #CB6DDC;
}
.TagClassName
{
border-color: #CB6DDC;
}
</style>