Shades of Orchid #CA85D5
Tints of Orchid #CA85D5
RGB
CMYK
RGB Variations
Color information
#CA85D5 (or 0xCA85D5) is known color: Orchid. HEX triplet: CA, 85 and D5. RGB value is (202,133,213). Sum of RGB (Red+Green+Blue) = 202+133+213=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA85D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85D5 is #357A2A. Grayscale: #A2A2A2. Windows color (decimal): -3504683 or 13993418. OLE color: 13993418.
HSL color Cylindrical-coordinate representation of color #CA85D5: hue angle of 291.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA85D5 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 133 | 213 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.16 |
| HSL | 291.75º | 0.49% | 0.68% | - |
| HSV(B) | 291.75º | 0.38% | 0.84% | - |
| XYZ | 44.75 | 34.14 | 67.18 | - |
| YUV | 162.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 213 | 0.05 | 0.38 | 0 | 0.16 | 291.75 | 0.49 | 0.68 |
| Hex | CA | 85 | D5 | 5 | 26 | 0 | 10 | 124 | 31 | 44 |
| Octal | 312 | 205 | 325 | 5 | 46 | 0 | 20 | 444 | 61 | 104 |
| Binary | 11001010 | 10000101 | 11010101 | 101 | 100110 | 0 | 10000 | 100100100 | 110001 | 1000100 |
Color Harmonies of #CA85D5
Complementary color
Monochromatic Colors of #CA85D5
Black with #CA85D5
Text Example
Text Example
White with #CA85D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85D5; }
p { color: rgb(202,133,213); }
H1.HeaderClassName
{
color: #CA85D5;
}
.AnyTagClassName
{
color: #CA85D5;
}
</style>
background-color css
<style>
a { background-color: #CA85D5; }
a { background-color: rgb(202,133,213); }
div.DivClassName
{
background-color: #CA85D5;
}
.BgClassName
{
background-color: #CA85D5;
}
</style>
border-color css
<style>
span { border-color: #CA85D5; }
span { border-color: rgb(202,133,213); }
td.TdClassName
{
border-color: #CA85D5;
}
.TagClassName
{
border-color: #CA85D5;
}
</style>