Shades of Orchid #CA84CC
Tints of Orchid #CA84CC
RGB
CMYK
RGB Variations
Color information
#CA84CC (or 0xCA84CC) is known color: Orchid. HEX triplet: CA, 84 and CC. RGB value is (202,132,204). Sum of RGB (Red+Green+Blue) = 202+132+204=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84CC is #357B33. Grayscale: #A0A0A0. Windows color (decimal): -3504948 or 13403338. OLE color: 13403338.
HSL color Cylindrical-coordinate representation of color #CA84CC: hue angle of 298.33º 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 #CA84CC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 132 | 204 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.2 |
| HSL | 298.33º | 0.41% | 0.66% | - |
| HSV(B) | 298.33º | 0.35% | 0.8% | - |
| XYZ | 43.51 | 33.42 | 61.28 | - |
| YUV | 161.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 204 | 0.01 | 0.35 | 0 | 0.2 | 298.33 | 0.41 | 0.66 |
| Hex | CA | 84 | CC | 1 | 23 | 0 | 14 | 12A | 29 | 42 |
| Octal | 312 | 204 | 314 | 1 | 43 | 0 | 24 | 452 | 51 | 102 |
| Binary | 11001010 | 10000100 | 11001100 | 1 | 100011 | 0 | 10100 | 100101010 | 101001 | 1000010 |
Color Harmonies of #CA84CC
Complementary color
Monochromatic Colors of #CA84CC
Black with #CA84CC
Text Example
Text Example
White with #CA84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84CC; }
p { color: rgb(202,132,204); }
H1.HeaderClassName
{
color: #CA84CC;
}
.AnyTagClassName
{
color: #CA84CC;
}
</style>
background-color css
<style>
a { background-color: #CA84CC; }
a { background-color: rgb(202,132,204); }
div.DivClassName
{
background-color: #CA84CC;
}
.BgClassName
{
background-color: #CA84CC;
}
</style>
border-color css
<style>
span { border-color: #CA84CC; }
span { border-color: rgb(202,132,204); }
td.TdClassName
{
border-color: #CA84CC;
}
.TagClassName
{
border-color: #CA84CC;
}
</style>