Shades of Orchid #CA85D6
Tints of Orchid #CA85D6
RGB
CMYK
RGB Variations
Color information
#CA85D6 (or 0xCA85D6) is known color: Orchid. HEX triplet: CA, 85 and D6. RGB value is (202,133,214). Sum of RGB (Red+Green+Blue) = 202+133+214=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85D6 is #357A29. Grayscale: #A2A2A2. Windows color (decimal): -3504682 or 14058954. OLE color: 14058954.
HSL color Cylindrical-coordinate representation of color #CA85D6: hue angle of 291.11º degrees, saturation: 0.5, 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 #CA85D6 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 133 | 214 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.16 |
| HSL | 291.11º | 0.5% | 0.68% | - |
| HSV(B) | 291.11º | 0.38% | 0.84% | - |
| XYZ | 44.88 | 34.19 | 67.85 | - |
| YUV | 162.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 214 | 0.06 | 0.38 | 0 | 0.16 | 291.11 | 0.5 | 0.68 |
| Hex | CA | 85 | D6 | 6 | 26 | 0 | 10 | 123 | 32 | 44 |
| Octal | 312 | 205 | 326 | 6 | 46 | 0 | 20 | 443 | 62 | 104 |
| Binary | 11001010 | 10000101 | 11010110 | 110 | 100110 | 0 | 10000 | 100100011 | 110010 | 1000100 |
Color Harmonies of #CA85D6
Complementary color
Monochromatic Colors of #CA85D6
Black with #CA85D6
Text Example
Text Example
White with #CA85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85D6; }
p { color: rgb(202,133,214); }
H1.HeaderClassName
{
color: #CA85D6;
}
.AnyTagClassName
{
color: #CA85D6;
}
</style>
background-color css
<style>
a { background-color: #CA85D6; }
a { background-color: rgb(202,133,214); }
div.DivClassName
{
background-color: #CA85D6;
}
.BgClassName
{
background-color: #CA85D6;
}
</style>
border-color css
<style>
span { border-color: #CA85D6; }
span { border-color: rgb(202,133,214); }
td.TdClassName
{
border-color: #CA85D6;
}
.TagClassName
{
border-color: #CA85D6;
}
</style>