Shades of Orchid #CB6CCE
Tints of Orchid #CB6CCE
RGB
CMYK
RGB Variations
Color information
#CB6CCE (or 0xCB6CCE) is known color: Orchid. HEX triplet: CB, 6C and CE. RGB value is (203,108,206). Sum of RGB (Red+Green+Blue) = 203+108+206=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CCE is #349331. Grayscale: #939393. Windows color (decimal): -3445554 or 13528267. OLE color: 13528267.
HSL color Cylindrical-coordinate representation of color #CB6CCE: hue angle of 298.16º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6CCE is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 108 | 206 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.19 |
| HSL | 298.16º | 0.5% | 0.62% | - |
| HSV(B) | 298.16º | 0.48% | 0.81% | - |
| XYZ | 41.13 | 27.88 | 61.61 | - |
| YUV | 147.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 206 | 0.01 | 0.48 | 0 | 0.19 | 298.16 | 0.5 | 0.62 |
| Hex | CB | 6C | CE | 1 | 30 | 0 | 13 | 12A | 32 | 3E |
| Octal | 313 | 154 | 316 | 1 | 60 | 0 | 23 | 452 | 62 | 76 |
| Binary | 11001011 | 1101100 | 11001110 | 1 | 110000 | 0 | 10011 | 100101010 | 110010 | 111110 |
Color Harmonies of #CB6CCE
Complementary color
Monochromatic Colors of #CB6CCE
Black with #CB6CCE
Text Example
Text Example
White with #CB6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CCE; }
p { color: rgb(203,108,206); }
H1.HeaderClassName
{
color: #CB6CCE;
}
.AnyTagClassName
{
color: #CB6CCE;
}
</style>
background-color css
<style>
a { background-color: #CB6CCE; }
a { background-color: rgb(203,108,206); }
div.DivClassName
{
background-color: #CB6CCE;
}
.BgClassName
{
background-color: #CB6CCE;
}
</style>
border-color css
<style>
span { border-color: #CB6CCE; }
span { border-color: rgb(203,108,206); }
td.TdClassName
{
border-color: #CB6CCE;
}
.TagClassName
{
border-color: #CB6CCE;
}
</style>