Shades of Orchid #CA6ADC
Tints of Orchid #CA6ADC
RGB
CMYK
RGB Variations
Color information
#CA6ADC (or 0xCA6ADC) is known color: Orchid. HEX triplet: CA, 6A and DC. RGB value is (202,106,220). Sum of RGB (Red+Green+Blue) = 202+106+220=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ADC is #359523. Grayscale: #939393. Windows color (decimal): -3511588 or 14445258. OLE color: 14445258.
HSL color Cylindrical-coordinate representation of color #CA6ADC: hue angle of 290.53º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6ADC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 106 | 220 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.14 |
| HSL | 290.53º | 0.62% | 0.64% | - |
| HSV(B) | 290.53º | 0.52% | 0.86% | - |
| XYZ | 42.43 | 28.03 | 70.88 | - |
| YUV | 147.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 220 | 0.08 | 0.52 | 0 | 0.14 | 290.53 | 0.62 | 0.64 |
| Hex | CA | 6A | DC | 8 | 34 | 0 | E | 123 | 3E | 40 |
| Octal | 312 | 152 | 334 | 10 | 64 | 0 | 16 | 443 | 76 | 100 |
| Binary | 11001010 | 1101010 | 11011100 | 1000 | 110100 | 0 | 1110 | 100100011 | 111110 | 1000000 |
Color Harmonies of #CA6ADC
Complementary color
Monochromatic Colors of #CA6ADC
Black with #CA6ADC
Text Example
Text Example
White with #CA6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6ADC; }
p { color: rgb(202,106,220); }
H1.HeaderClassName
{
color: #CA6ADC;
}
.AnyTagClassName
{
color: #CA6ADC;
}
</style>
background-color css
<style>
a { background-color: #CA6ADC; }
a { background-color: rgb(202,106,220); }
div.DivClassName
{
background-color: #CA6ADC;
}
.BgClassName
{
background-color: #CA6ADC;
}
</style>
border-color css
<style>
span { border-color: #CA6ADC; }
span { border-color: rgb(202,106,220); }
td.TdClassName
{
border-color: #CA6ADC;
}
.TagClassName
{
border-color: #CA6ADC;
}
</style>