Shades of Orchid #CA85D0
Tints of Orchid #CA85D0
RGB
CMYK
RGB Variations
Color information
#CA85D0 (or 0xCA85D0) is known color: Orchid. HEX triplet: CA, 85 and D0. RGB value is (202,133,208). Sum of RGB (Red+Green+Blue) = 202+133+208=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA85D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85D0 is #357A2F. Grayscale: #A1A1A1. Windows color (decimal): -3504688 or 13665738. OLE color: 13665738.
HSL color Cylindrical-coordinate representation of color #CA85D0: hue angle of 295.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA85D0 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 133 | 208 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.18 |
| HSL | 295.2º | 0.44% | 0.67% | - |
| HSV(B) | 295.2º | 0.36% | 0.82% | - |
| XYZ | 44.13 | 33.89 | 63.89 | - |
| YUV | 162.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 208 | 0.03 | 0.36 | 0 | 0.18 | 295.2 | 0.44 | 0.67 |
| Hex | CA | 85 | D0 | 3 | 24 | 0 | 12 | 127 | 2C | 43 |
| Octal | 312 | 205 | 320 | 3 | 44 | 0 | 22 | 447 | 54 | 103 |
| Binary | 11001010 | 10000101 | 11010000 | 11 | 100100 | 0 | 10010 | 100100111 | 101100 | 1000011 |
Color Harmonies of #CA85D0
Complementary color
Monochromatic Colors of #CA85D0
Black with #CA85D0
Text Example
Text Example
White with #CA85D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85D0; }
p { color: rgb(202,133,208); }
H1.HeaderClassName
{
color: #CA85D0;
}
.AnyTagClassName
{
color: #CA85D0;
}
</style>
background-color css
<style>
a { background-color: #CA85D0; }
a { background-color: rgb(202,133,208); }
div.DivClassName
{
background-color: #CA85D0;
}
.BgClassName
{
background-color: #CA85D0;
}
</style>
border-color css
<style>
span { border-color: #CA85D0; }
span { border-color: rgb(202,133,208); }
td.TdClassName
{
border-color: #CA85D0;
}
.TagClassName
{
border-color: #CA85D0;
}
</style>