Shades of Orchid #CA6DDA
Tints of Orchid #CA6DDA
RGB
CMYK
RGB Variations
Color information
#CA6DDA (or 0xCA6DDA) is known color: Orchid. HEX triplet: CA, 6D and DA. RGB value is (202,109,218). Sum of RGB (Red+Green+Blue) = 202+109+218=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DDA is #359225. Grayscale: #949494. Windows color (decimal): -3510822 or 14314954. OLE color: 14314954.
HSL color Cylindrical-coordinate representation of color #CA6DDA: hue angle of 291.19º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6DDA is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 109 | 218 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.15 |
| HSL | 291.19º | 0.6% | 0.64% | - |
| HSV(B) | 291.19º | 0.5% | 0.85% | - |
| XYZ | 42.48 | 28.56 | 69.6 | - |
| YUV | 149.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 218 | 0.07 | 0.5 | 0 | 0.15 | 291.19 | 0.6 | 0.64 |
| Hex | CA | 6D | DA | 7 | 32 | 0 | F | 123 | 3C | 40 |
| Octal | 312 | 155 | 332 | 7 | 62 | 0 | 17 | 443 | 74 | 100 |
| Binary | 11001010 | 1101101 | 11011010 | 111 | 110010 | 0 | 1111 | 100100011 | 111100 | 1000000 |
Color Harmonies of #CA6DDA
Complementary color
Monochromatic Colors of #CA6DDA
Black with #CA6DDA
Text Example
Text Example
White with #CA6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DDA; }
p { color: rgb(202,109,218); }
H1.HeaderClassName
{
color: #CA6DDA;
}
.AnyTagClassName
{
color: #CA6DDA;
}
</style>
background-color css
<style>
a { background-color: #CA6DDA; }
a { background-color: rgb(202,109,218); }
div.DivClassName
{
background-color: #CA6DDA;
}
.BgClassName
{
background-color: #CA6DDA;
}
</style>
border-color css
<style>
span { border-color: #CA6DDA; }
span { border-color: rgb(202,109,218); }
td.TdClassName
{
border-color: #CA6DDA;
}
.TagClassName
{
border-color: #CA6DDA;
}
</style>