Shades of Orchid #CA6DDC
Tints of Orchid #CA6DDC
RGB
CMYK
RGB Variations
Color information
#CA6DDC (or 0xCA6DDC) is known color: Orchid. HEX triplet: CA, 6D and DC. RGB value is (202,109,220). Sum of RGB (Red+Green+Blue) = 202+109+220=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DDC is #359223. Grayscale: #959595. Windows color (decimal): -3510820 or 14446026. OLE color: 14446026.
HSL color Cylindrical-coordinate representation of color #CA6DDC: hue angle of 290.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6DDC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 109 | 220 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.14 |
| HSL | 290.27º | 0.61% | 0.65% | - |
| HSV(B) | 290.27º | 0.5% | 0.86% | - |
| XYZ | 42.74 | 28.66 | 70.99 | - |
| YUV | 149.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 220 | 0.08 | 0.50 | 0 | 0.14 | 290.27 | 0.61 | 0.65 |
| Hex | CA | 6D | DC | 8 | 32 | 0 | E | 122 | 3D | 41 |
| Octal | 312 | 155 | 334 | 10 | 62 | 0 | 16 | 442 | 75 | 101 |
| Binary | 11001010 | 1101101 | 11011100 | 1000 | 110010 | 0 | 1110 | 100100010 | 111101 | 1000001 |
Color Harmonies of #CA6DDC
Complementary color
Monochromatic Colors of #CA6DDC
Black with #CA6DDC
Text Example
Text Example
White with #CA6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DDC; }
p { color: rgb(202,109,220); }
H1.HeaderClassName
{
color: #CA6DDC;
}
.AnyTagClassName
{
color: #CA6DDC;
}
</style>
background-color css
<style>
a { background-color: #CA6DDC; }
a { background-color: rgb(202,109,220); }
div.DivClassName
{
background-color: #CA6DDC;
}
.BgClassName
{
background-color: #CA6DDC;
}
</style>
border-color css
<style>
span { border-color: #CA6DDC; }
span { border-color: rgb(202,109,220); }
td.TdClassName
{
border-color: #CA6DDC;
}
.TagClassName
{
border-color: #CA6DDC;
}
</style>