Shades of Orchid #CA6ACC
Tints of Orchid #CA6ACC
RGB
CMYK
RGB Variations
Color information
#CA6ACC (or 0xCA6ACC) is known color: Orchid. HEX triplet: CA, 6A and CC. RGB value is (202,106,204). Sum of RGB (Red+Green+Blue) = 202+106+204=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ACC is #359533. Grayscale: #919191. Windows color (decimal): -3511604 or 13396682. OLE color: 13396682.
HSL color Cylindrical-coordinate representation of color #CA6ACC: hue angle of 298.78º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6ACC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 106 | 204 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.2 |
| HSL | 298.78º | 0.49% | 0.61% | - |
| HSV(B) | 298.78º | 0.48% | 0.8% | - |
| XYZ | 40.41 | 27.22 | 60.25 | - |
| YUV | 145.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 204 | 0.01 | 0.48 | 0 | 0.2 | 298.78 | 0.49 | 0.61 |
| Hex | CA | 6A | CC | 1 | 30 | 0 | 14 | 12B | 31 | 3D |
| Octal | 312 | 152 | 314 | 1 | 60 | 0 | 24 | 453 | 61 | 75 |
| Binary | 11001010 | 1101010 | 11001100 | 1 | 110000 | 0 | 10100 | 100101011 | 110001 | 111101 |
Color Harmonies of #CA6ACC
Complementary color
Monochromatic Colors of #CA6ACC
Black with #CA6ACC
Text Example
Text Example
White with #CA6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6ACC; }
p { color: rgb(202,106,204); }
H1.HeaderClassName
{
color: #CA6ACC;
}
.AnyTagClassName
{
color: #CA6ACC;
}
</style>
background-color css
<style>
a { background-color: #CA6ACC; }
a { background-color: rgb(202,106,204); }
div.DivClassName
{
background-color: #CA6ACC;
}
.BgClassName
{
background-color: #CA6ACC;
}
</style>
border-color css
<style>
span { border-color: #CA6ACC; }
span { border-color: rgb(202,106,204); }
td.TdClassName
{
border-color: #CA6ACC;
}
.TagClassName
{
border-color: #CA6ACC;
}
</style>