Shades of Orchid #CB85C8
Tints of Orchid #CB85C8
RGB
CMYK
RGB Variations
Color information
#CB85C8 (or 0xCB85C8) is known color: Orchid. HEX triplet: CB, 85 and C8. RGB value is (203,133,200). Sum of RGB (Red+Green+Blue) = 203+133+200=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85C8 is #347A37. Grayscale: #A1A1A1. Windows color (decimal): -3439160 or 13141451. OLE color: 13141451.
HSL color Cylindrical-coordinate representation of color #CB85C8: hue angle of 302.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB85C8 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 200 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.20 |
| HSL | 302.57º | 0.4% | 0.66% | - |
| HSV(B) | 302.57º | 0.34% | 0.8% | - |
| XYZ | 43.44 | 33.64 | 58.85 | - |
| YUV | 161.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 200 | 0 | 0.34 | 0.01 | 0.20 | 302.57 | 0.4 | 0.66 |
| Hex | CB | 85 | C8 | 0 | 22 | 1 | 14 | 12F | 28 | 42 |
| Octal | 313 | 205 | 310 | 0 | 42 | 1 | 24 | 457 | 50 | 102 |
| Binary | 11001011 | 10000101 | 11001000 | 0 | 100010 | 1 | 10100 | 100101111 | 101000 | 1000010 |
Color Harmonies of #CB85C8
Complementary color
Monochromatic Colors of #CB85C8
Black with #CB85C8
Text Example
Text Example
White with #CB85C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85C8; }
p { color: rgb(203,133,200); }
H1.HeaderClassName
{
color: #CB85C8;
}
.AnyTagClassName
{
color: #CB85C8;
}
</style>
background-color css
<style>
a { background-color: #CB85C8; }
a { background-color: rgb(203,133,200); }
div.DivClassName
{
background-color: #CB85C8;
}
.BgClassName
{
background-color: #CB85C8;
}
</style>
border-color css
<style>
span { border-color: #CB85C8; }
span { border-color: rgb(203,133,200); }
td.TdClassName
{
border-color: #CB85C8;
}
.TagClassName
{
border-color: #CB85C8;
}
</style>