Shades of Orchid #CB6CC5
Tints of Orchid #CB6CC5
RGB
CMYK
RGB Variations
Color information
#CB6CC5 (or 0xCB6CC5) is known color: Orchid. HEX triplet: CB, 6C and C5. RGB value is (203,108,197). Sum of RGB (Red+Green+Blue) = 203+108+197=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CC5 is #34933A. Grayscale: #929292. Windows color (decimal): -3445563 or 12938443. OLE color: 12938443.
HSL color Cylindrical-coordinate representation of color #CB6CC5: hue angle of 303.79º 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 #CB6CC5 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 197 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.20 |
| HSL | 303.79º | 0.48% | 0.61% | - |
| HSV(B) | 303.79º | 0.47% | 0.8% | - |
| XYZ | 40.07 | 27.45 | 56.01 | - |
| YUV | 146.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 197 | 0 | 0.47 | 0.03 | 0.20 | 303.79 | 0.48 | 0.61 |
| Hex | CB | 6C | C5 | 0 | 2F | 3 | 14 | 130 | 30 | 3D |
| Octal | 313 | 154 | 305 | 0 | 57 | 3 | 24 | 460 | 60 | 75 |
| Binary | 11001011 | 1101100 | 11000101 | 0 | 101111 | 11 | 10100 | 100110000 | 110000 | 111101 |
Color Harmonies of #CB6CC5
Complementary color
Monochromatic Colors of #CB6CC5
Black with #CB6CC5
Text Example
Text Example
White with #CB6CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CC5; }
p { color: rgb(203,108,197); }
H1.HeaderClassName
{
color: #CB6CC5;
}
.AnyTagClassName
{
color: #CB6CC5;
}
</style>
background-color css
<style>
a { background-color: #CB6CC5; }
a { background-color: rgb(203,108,197); }
div.DivClassName
{
background-color: #CB6CC5;
}
.BgClassName
{
background-color: #CB6CC5;
}
</style>
border-color css
<style>
span { border-color: #CB6CC5; }
span { border-color: rgb(203,108,197); }
td.TdClassName
{
border-color: #CB6CC5;
}
.TagClassName
{
border-color: #CB6CC5;
}
</style>