Shades of Orchid #CA85CE
Tints of Orchid #CA85CE
RGB
CMYK
RGB Variations
Color information
#CA85CE (or 0xCA85CE) is known color: Orchid. HEX triplet: CA, 85 and CE. RGB value is (202,133,206). Sum of RGB (Red+Green+Blue) = 202+133+206=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85CE is #357A31. Grayscale: #A1A1A1. Windows color (decimal): -3504690 or 13534666. OLE color: 13534666.
HSL color Cylindrical-coordinate representation of color #CA85CE: hue angle of 296.71º 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 #CA85CE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 133 | 206 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.19 |
| HSL | 296.71º | 0.43% | 0.66% | - |
| HSV(B) | 296.71º | 0.35% | 0.81% | - |
| XYZ | 43.89 | 33.79 | 62.6 | - |
| YUV | 161.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 206 | 0.02 | 0.35 | 0 | 0.19 | 296.71 | 0.43 | 0.66 |
| Hex | CA | 85 | CE | 2 | 23 | 0 | 13 | 129 | 2B | 42 |
| Octal | 312 | 205 | 316 | 2 | 43 | 0 | 23 | 451 | 53 | 102 |
| Binary | 11001010 | 10000101 | 11001110 | 10 | 100011 | 0 | 10011 | 100101001 | 101011 | 1000010 |
Color Harmonies of #CA85CE
Complementary color
Monochromatic Colors of #CA85CE
Black with #CA85CE
Text Example
Text Example
White with #CA85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85CE; }
p { color: rgb(202,133,206); }
H1.HeaderClassName
{
color: #CA85CE;
}
.AnyTagClassName
{
color: #CA85CE;
}
</style>
background-color css
<style>
a { background-color: #CA85CE; }
a { background-color: rgb(202,133,206); }
div.DivClassName
{
background-color: #CA85CE;
}
.BgClassName
{
background-color: #CA85CE;
}
</style>
border-color css
<style>
span { border-color: #CA85CE; }
span { border-color: rgb(202,133,206); }
td.TdClassName
{
border-color: #CA85CE;
}
.TagClassName
{
border-color: #CA85CE;
}
</style>