Shades of Orchid #CB6CC0
Tints of Orchid #CB6CC0
RGB
CMYK
RGB Variations
Color information
#CB6CC0 (or 0xCB6CC0) is known color: Orchid. HEX triplet: CB, 6C and C0. RGB value is (203,108,192). Sum of RGB (Red+Green+Blue) = 203+108+192=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CC0 is #34933F. Grayscale: #919191. Windows color (decimal): -3445568 or 12610763. OLE color: 12610763.
HSL color Cylindrical-coordinate representation of color #CB6CC0: hue angle of 306.95º 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 #CB6CC0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 192 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.20 |
| HSL | 306.95º | 0.48% | 0.61% | - |
| HSV(B) | 306.95º | 0.47% | 0.8% | - |
| XYZ | 39.51 | 27.23 | 53.04 | - |
| YUV | 145.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 192 | 0 | 0.47 | 0.05 | 0.20 | 306.95 | 0.48 | 0.61 |
| Hex | CB | 6C | C0 | 0 | 2F | 5 | 14 | 133 | 30 | 3D |
| Octal | 313 | 154 | 300 | 0 | 57 | 5 | 24 | 463 | 60 | 75 |
| Binary | 11001011 | 1101100 | 11000000 | 0 | 101111 | 101 | 10100 | 100110011 | 110000 | 111101 |
Color Harmonies of #CB6CC0
Complementary color
Monochromatic Colors of #CB6CC0
Black with #CB6CC0
Text Example
Text Example
White with #CB6CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CC0; }
p { color: rgb(203,108,192); }
H1.HeaderClassName
{
color: #CB6CC0;
}
.AnyTagClassName
{
color: #CB6CC0;
}
</style>
background-color css
<style>
a { background-color: #CB6CC0; }
a { background-color: rgb(203,108,192); }
div.DivClassName
{
background-color: #CB6CC0;
}
.BgClassName
{
background-color: #CB6CC0;
}
</style>
border-color css
<style>
span { border-color: #CB6CC0; }
span { border-color: rgb(203,108,192); }
td.TdClassName
{
border-color: #CB6CC0;
}
.TagClassName
{
border-color: #CB6CC0;
}
</style>