Shades of Orchid #CA85CB
Tints of Orchid #CA85CB
RGB
CMYK
RGB Variations
Color information
#CA85CB (or 0xCA85CB) is known color: Orchid. HEX triplet: CA, 85 and CB. RGB value is (202,133,203). Sum of RGB (Red+Green+Blue) = 202+133+203=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85CB is #357A34. Grayscale: #A1A1A1. Windows color (decimal): -3504693 or 13338058. OLE color: 13338058.
HSL color Cylindrical-coordinate representation of color #CA85CB: hue angle of 299.14º 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 #CA85CB is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 133 | 203 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.20 |
| HSL | 299.14º | 0.4% | 0.66% | - |
| HSV(B) | 299.14º | 0.34% | 0.8% | - |
| XYZ | 43.52 | 33.64 | 60.7 | - |
| YUV | 161.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 203 | 0.00 | 0.34 | 0 | 0.20 | 299.14 | 0.4 | 0.66 |
| Hex | CA | 85 | CB | 0 | 22 | 0 | 14 | 12B | 28 | 42 |
| Octal | 312 | 205 | 313 | 0 | 42 | 0 | 24 | 453 | 50 | 102 |
| Binary | 11001010 | 10000101 | 11001011 | 0 | 100010 | 0 | 10100 | 100101011 | 101000 | 1000010 |
Color Harmonies of #CA85CB
Complementary color
Monochromatic Colors of #CA85CB
Black with #CA85CB
Text Example
Text Example
White with #CA85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85CB; }
p { color: rgb(202,133,203); }
H1.HeaderClassName
{
color: #CA85CB;
}
.AnyTagClassName
{
color: #CA85CB;
}
</style>
background-color css
<style>
a { background-color: #CA85CB; }
a { background-color: rgb(202,133,203); }
div.DivClassName
{
background-color: #CA85CB;
}
.BgClassName
{
background-color: #CA85CB;
}
</style>
border-color css
<style>
span { border-color: #CA85CB; }
span { border-color: rgb(202,133,203); }
td.TdClassName
{
border-color: #CA85CB;
}
.TagClassName
{
border-color: #CA85CB;
}
</style>