Shades of Orchid #CA6DD0
Tints of Orchid #CA6DD0
RGB
CMYK
RGB Variations
Color information
#CA6DD0 (or 0xCA6DD0) is known color: Orchid. HEX triplet: CA, 6D and D0. RGB value is (202,109,208). Sum of RGB (Red+Green+Blue) = 202+109+208=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DD0 is #35922F. Grayscale: #939393. Windows color (decimal): -3510832 or 13659594. OLE color: 13659594.
HSL color Cylindrical-coordinate representation of color #CA6DD0: hue angle of 296.36º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6DD0 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 109 | 208 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.18 |
| HSL | 296.36º | 0.51% | 0.62% | - |
| HSV(B) | 296.36º | 0.48% | 0.82% | - |
| XYZ | 41.21 | 28.05 | 62.92 | - |
| YUV | 148.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 208 | 0.03 | 0.48 | 0 | 0.18 | 296.36 | 0.51 | 0.62 |
| Hex | CA | 6D | D0 | 3 | 30 | 0 | 12 | 128 | 33 | 3E |
| Octal | 312 | 155 | 320 | 3 | 60 | 0 | 22 | 450 | 63 | 76 |
| Binary | 11001010 | 1101101 | 11010000 | 11 | 110000 | 0 | 10010 | 100101000 | 110011 | 111110 |
Color Harmonies of #CA6DD0
Complementary color
Monochromatic Colors of #CA6DD0
Black with #CA6DD0
Text Example
Text Example
White with #CA6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DD0; }
p { color: rgb(202,109,208); }
H1.HeaderClassName
{
color: #CA6DD0;
}
.AnyTagClassName
{
color: #CA6DD0;
}
</style>
background-color css
<style>
a { background-color: #CA6DD0; }
a { background-color: rgb(202,109,208); }
div.DivClassName
{
background-color: #CA6DD0;
}
.BgClassName
{
background-color: #CA6DD0;
}
</style>
border-color css
<style>
span { border-color: #CA6DD0; }
span { border-color: rgb(202,109,208); }
td.TdClassName
{
border-color: #CA6DD0;
}
.TagClassName
{
border-color: #CA6DD0;
}
</style>