Shades of Orchid #CB6CE6
Tints of Orchid #CB6CE6
RGB
CMYK
RGB Variations
Color information
#CB6CE6 (or 0xCB6CE6) is known color: Orchid. HEX triplet: CB, 6C and E6. RGB value is (203,108,230). Sum of RGB (Red+Green+Blue) = 203+108+230=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB6CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CE6 is #349319. Grayscale: #959595. Windows color (decimal): -3445530 or 15101131. OLE color: 15101131.
HSL color Cylindrical-coordinate representation of color #CB6CE6: hue angle of 286.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6CE6 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 108 | 230 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.10 |
| HSL | 286.72º | 0.71% | 0.66% | - |
| HSV(B) | 286.72º | 0.53% | 0.9% | - |
| XYZ | 44.27 | 29.13 | 78.15 | - |
| YUV | 150.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 230 | 0.12 | 0.53 | 0 | 0.10 | 286.72 | 0.71 | 0.66 |
| Hex | CB | 6C | E6 | C | 35 | 0 | A | 11F | 47 | 42 |
| Octal | 313 | 154 | 346 | 14 | 65 | 0 | 12 | 437 | 107 | 102 |
| Binary | 11001011 | 1101100 | 11100110 | 1100 | 110101 | 0 | 1010 | 100011111 | 1000111 | 1000010 |
Color Harmonies of #CB6CE6
Complementary color
Monochromatic Colors of #CB6CE6
Black with #CB6CE6
Text Example
Text Example
White with #CB6CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CE6; }
p { color: rgb(203,108,230); }
H1.HeaderClassName
{
color: #CB6CE6;
}
.AnyTagClassName
{
color: #CB6CE6;
}
</style>
background-color css
<style>
a { background-color: #CB6CE6; }
a { background-color: rgb(203,108,230); }
div.DivClassName
{
background-color: #CB6CE6;
}
.BgClassName
{
background-color: #CB6CE6;
}
</style>
border-color css
<style>
span { border-color: #CB6CE6; }
span { border-color: rgb(203,108,230); }
td.TdClassName
{
border-color: #CB6CE6;
}
.TagClassName
{
border-color: #CB6CE6;
}
</style>