Shades of Orchid #CB6CC6
Tints of Orchid #CB6CC6
RGB
CMYK
RGB Variations
Color information
#CB6CC6 (or 0xCB6CC6) is known color: Orchid. HEX triplet: CB, 6C and C6. RGB value is (203,108,198). Sum of RGB (Red+Green+Blue) = 203+108+198=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CC6 is #349339. Grayscale: #929292. Windows color (decimal): -3445562 or 13003979. OLE color: 13003979.
HSL color Cylindrical-coordinate representation of color #CB6CC6: hue angle of 303.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6CC6 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 198 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.20 |
| HSL | 303.16º | 0.48% | 0.61% | - |
| HSV(B) | 303.16º | 0.47% | 0.8% | - |
| XYZ | 40.18 | 27.5 | 56.62 | - |
| YUV | 146.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 198 | 0 | 0.47 | 0.02 | 0.20 | 303.16 | 0.48 | 0.61 |
| Hex | CB | 6C | C6 | 0 | 2F | 2 | 14 | 12F | 30 | 3D |
| Octal | 313 | 154 | 306 | 0 | 57 | 2 | 24 | 457 | 60 | 75 |
| Binary | 11001011 | 1101100 | 11000110 | 0 | 101111 | 10 | 10100 | 100101111 | 110000 | 111101 |
Color Harmonies of #CB6CC6
Complementary color
Monochromatic Colors of #CB6CC6
Black with #CB6CC6
Text Example
Text Example
White with #CB6CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CC6; }
p { color: rgb(203,108,198); }
H1.HeaderClassName
{
color: #CB6CC6;
}
.AnyTagClassName
{
color: #CB6CC6;
}
</style>
background-color css
<style>
a { background-color: #CB6CC6; }
a { background-color: rgb(203,108,198); }
div.DivClassName
{
background-color: #CB6CC6;
}
.BgClassName
{
background-color: #CB6CC6;
}
</style>
border-color css
<style>
span { border-color: #CB6CC6; }
span { border-color: rgb(203,108,198); }
td.TdClassName
{
border-color: #CB6CC6;
}
.TagClassName
{
border-color: #CB6CC6;
}
</style>