Shades of Orchid #CB6CDE
Tints of Orchid #CB6CDE
RGB
CMYK
RGB Variations
Color information
#CB6CDE (or 0xCB6CDE) is known color: Orchid. HEX triplet: CB, 6C and DE. RGB value is (203,108,222). Sum of RGB (Red+Green+Blue) = 203+108+222=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB6CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CDE is #349321. Grayscale: #959595. Windows color (decimal): -3445538 or 14576843. OLE color: 14576843.
HSL color Cylindrical-coordinate representation of color #CB6CDE: hue angle of 290º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6CDE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 108 | 222 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.13 |
| HSL | 290º | 0.63% | 0.65% | - |
| HSV(B) | 290º | 0.51% | 0.87% | - |
| XYZ | 43.18 | 28.7 | 72.37 | - |
| YUV | 149.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 222 | 0.09 | 0.51 | 0 | 0.13 | 290 | 0.63 | 0.65 |
| Hex | CB | 6C | DE | 9 | 33 | 0 | D | 122 | 3F | 41 |
| Octal | 313 | 154 | 336 | 11 | 63 | 0 | 15 | 442 | 77 | 101 |
| Binary | 11001011 | 1101100 | 11011110 | 1001 | 110011 | 0 | 1101 | 100100010 | 111111 | 1000001 |
Color Harmonies of #CB6CDE
Complementary color
Monochromatic Colors of #CB6CDE
Black with #CB6CDE
Text Example
Text Example
White with #CB6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CDE; }
p { color: rgb(203,108,222); }
H1.HeaderClassName
{
color: #CB6CDE;
}
.AnyTagClassName
{
color: #CB6CDE;
}
</style>
background-color css
<style>
a { background-color: #CB6CDE; }
a { background-color: rgb(203,108,222); }
div.DivClassName
{
background-color: #CB6CDE;
}
.BgClassName
{
background-color: #CB6CDE;
}
</style>
border-color css
<style>
span { border-color: #CB6CDE; }
span { border-color: rgb(203,108,222); }
td.TdClassName
{
border-color: #CB6CDE;
}
.TagClassName
{
border-color: #CB6CDE;
}
</style>