Shades of Orchid #CB6CDC
Tints of Orchid #CB6CDC
RGB
CMYK
RGB Variations
Color information
#CB6CDC (or 0xCB6CDC) is known color: Orchid. HEX triplet: CB, 6C and DC. RGB value is (203,108,220). Sum of RGB (Red+Green+Blue) = 203+108+220=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CDC is #349323. Grayscale: #949494. Windows color (decimal): -3445540 or 14445771. OLE color: 14445771.
HSL color Cylindrical-coordinate representation of color #CB6CDC: hue angle of 290.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6CDC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 108 | 220 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.14 |
| HSL | 290.89º | 0.62% | 0.64% | - |
| HSV(B) | 290.89º | 0.51% | 0.86% | - |
| XYZ | 42.91 | 28.59 | 70.97 | - |
| YUV | 149.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 220 | 0.08 | 0.51 | 0 | 0.14 | 290.89 | 0.62 | 0.64 |
| Hex | CB | 6C | DC | 8 | 33 | 0 | E | 123 | 3E | 40 |
| Octal | 313 | 154 | 334 | 10 | 63 | 0 | 16 | 443 | 76 | 100 |
| Binary | 11001011 | 1101100 | 11011100 | 1000 | 110011 | 0 | 1110 | 100100011 | 111110 | 1000000 |
Color Harmonies of #CB6CDC
Complementary color
Monochromatic Colors of #CB6CDC
Black with #CB6CDC
Text Example
Text Example
White with #CB6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CDC; }
p { color: rgb(203,108,220); }
H1.HeaderClassName
{
color: #CB6CDC;
}
.AnyTagClassName
{
color: #CB6CDC;
}
</style>
background-color css
<style>
a { background-color: #CB6CDC; }
a { background-color: rgb(203,108,220); }
div.DivClassName
{
background-color: #CB6CDC;
}
.BgClassName
{
background-color: #CB6CDC;
}
</style>
border-color css
<style>
span { border-color: #CB6CDC; }
span { border-color: rgb(203,108,220); }
td.TdClassName
{
border-color: #CB6CDC;
}
.TagClassName
{
border-color: #CB6CDC;
}
</style>