Shades of Orchid #CA85CC
Tints of Orchid #CA85CC
RGB
CMYK
RGB Variations
Color information
#CA85CC (or 0xCA85CC) is known color: Orchid. HEX triplet: CA, 85 and CC. RGB value is (202,133,204). Sum of RGB (Red+Green+Blue) = 202+133+204=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85CC is #357A33. Grayscale: #A1A1A1. Windows color (decimal): -3504692 or 13403594. OLE color: 13403594.
HSL color Cylindrical-coordinate representation of color #CA85CC: hue angle of 298.31º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA85CC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 133 | 204 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.2 |
| HSL | 298.31º | 0.41% | 0.66% | - |
| HSV(B) | 298.31º | 0.35% | 0.8% | - |
| XYZ | 43.64 | 33.69 | 61.33 | - |
| YUV | 161.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 204 | 0.01 | 0.35 | 0 | 0.2 | 298.31 | 0.41 | 0.66 |
| Hex | CA | 85 | CC | 1 | 23 | 0 | 14 | 12A | 29 | 42 |
| Octal | 312 | 205 | 314 | 1 | 43 | 0 | 24 | 452 | 51 | 102 |
| Binary | 11001010 | 10000101 | 11001100 | 1 | 100011 | 0 | 10100 | 100101010 | 101001 | 1000010 |
Color Harmonies of #CA85CC
Complementary color
Monochromatic Colors of #CA85CC
Black with #CA85CC
Text Example
Text Example
White with #CA85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85CC; }
p { color: rgb(202,133,204); }
H1.HeaderClassName
{
color: #CA85CC;
}
.AnyTagClassName
{
color: #CA85CC;
}
</style>
background-color css
<style>
a { background-color: #CA85CC; }
a { background-color: rgb(202,133,204); }
div.DivClassName
{
background-color: #CA85CC;
}
.BgClassName
{
background-color: #CA85CC;
}
</style>
border-color css
<style>
span { border-color: #CA85CC; }
span { border-color: rgb(202,133,204); }
td.TdClassName
{
border-color: #CA85CC;
}
.TagClassName
{
border-color: #CA85CC;
}
</style>