Shades of Orchid #CB85CE
Tints of Orchid #CB85CE
RGB
CMYK
RGB Variations
Color information
#CB85CE (or 0xCB85CE) is known color: Orchid. HEX triplet: CB, 85 and CE. RGB value is (203,133,206). Sum of RGB (Red+Green+Blue) = 203+133+206=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85CE is #347A31. Grayscale: #A2A2A2. Windows color (decimal): -3439154 or 13534667. OLE color: 13534667.
HSL color Cylindrical-coordinate representation of color #CB85CE: hue angle of 297.53º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB85CE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 133 | 206 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.19 |
| HSL | 297.53º | 0.43% | 0.66% | - |
| HSV(B) | 297.53º | 0.35% | 0.81% | - |
| XYZ | 44.16 | 33.93 | 62.61 | - |
| YUV | 162.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 206 | 0.01 | 0.35 | 0 | 0.19 | 297.53 | 0.43 | 0.66 |
| Hex | CB | 85 | CE | 1 | 23 | 0 | 13 | 12A | 2B | 42 |
| Octal | 313 | 205 | 316 | 1 | 43 | 0 | 23 | 452 | 53 | 102 |
| Binary | 11001011 | 10000101 | 11001110 | 1 | 100011 | 0 | 10011 | 100101010 | 101011 | 1000010 |
Color Harmonies of #CB85CE
Complementary color
Monochromatic Colors of #CB85CE
Black with #CB85CE
Text Example
Text Example
White with #CB85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85CE; }
p { color: rgb(203,133,206); }
H1.HeaderClassName
{
color: #CB85CE;
}
.AnyTagClassName
{
color: #CB85CE;
}
</style>
background-color css
<style>
a { background-color: #CB85CE; }
a { background-color: rgb(203,133,206); }
div.DivClassName
{
background-color: #CB85CE;
}
.BgClassName
{
background-color: #CB85CE;
}
</style>
border-color css
<style>
span { border-color: #CB85CE; }
span { border-color: rgb(203,133,206); }
td.TdClassName
{
border-color: #CB85CE;
}
.TagClassName
{
border-color: #CB85CE;
}
</style>