Shades of Orchid #CA6DDD
Tints of Orchid #CA6DDD
RGB
CMYK
RGB Variations
Color information
#CA6DDD (or 0xCA6DDD) is known color: Orchid. HEX triplet: CA, 6D and DD. RGB value is (202,109,221). Sum of RGB (Red+Green+Blue) = 202+109+221=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DDD is #359222. Grayscale: #959595. Windows color (decimal): -3510819 or 14511562. OLE color: 14511562.
HSL color Cylindrical-coordinate representation of color #CA6DDD: hue angle of 289.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6DDD is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 109 | 221 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.13 |
| HSL | 289.82º | 0.62% | 0.65% | - |
| HSV(B) | 289.82º | 0.51% | 0.87% | - |
| XYZ | 42.88 | 28.71 | 71.69 | - |
| YUV | 149.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 221 | 0.09 | 0.51 | 0 | 0.13 | 289.82 | 0.62 | 0.65 |
| Hex | CA | 6D | DD | 9 | 33 | 0 | D | 122 | 3E | 41 |
| Octal | 312 | 155 | 335 | 11 | 63 | 0 | 15 | 442 | 76 | 101 |
| Binary | 11001010 | 1101101 | 11011101 | 1001 | 110011 | 0 | 1101 | 100100010 | 111110 | 1000001 |
Color Harmonies of #CA6DDD
Complementary color
Monochromatic Colors of #CA6DDD
Black with #CA6DDD
Text Example
Text Example
White with #CA6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DDD; }
p { color: rgb(202,109,221); }
H1.HeaderClassName
{
color: #CA6DDD;
}
.AnyTagClassName
{
color: #CA6DDD;
}
</style>
background-color css
<style>
a { background-color: #CA6DDD; }
a { background-color: rgb(202,109,221); }
div.DivClassName
{
background-color: #CA6DDD;
}
.BgClassName
{
background-color: #CA6DDD;
}
</style>
border-color css
<style>
span { border-color: #CA6DDD; }
span { border-color: rgb(202,109,221); }
td.TdClassName
{
border-color: #CA6DDD;
}
.TagClassName
{
border-color: #CA6DDD;
}
</style>