Shades of Orchid #CA7ED2
Tints of Orchid #CA7ED2
RGB
CMYK
RGB Variations
Color information
#CA7ED2 (or 0xCA7ED2) is known color: Orchid. HEX triplet: CA, 7E and D2. RGB value is (202,126,210). Sum of RGB (Red+Green+Blue) = 202+126+210=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA7ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ED2 is #35812D. Grayscale: #9E9E9E. Windows color (decimal): -3506478 or 13795018. OLE color: 13795018.
HSL color Cylindrical-coordinate representation of color #CA7ED2: hue angle of 294.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7ED2 is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 126 | 210 | - |
| CMYK | 0.04 | 0.4 | 0 | 0.18 |
| HSL | 294.29º | 0.48% | 0.66% | - |
| HSV(B) | 294.29º | 0.4% | 0.82% | - |
| XYZ | 43.45 | 32.13 | 64.88 | - |
| YUV | 158.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 210 | 0.04 | 0.4 | 0 | 0.18 | 294.29 | 0.48 | 0.66 |
| Hex | CA | 7E | D2 | 4 | 28 | 0 | 12 | 126 | 30 | 42 |
| Octal | 312 | 176 | 322 | 4 | 50 | 0 | 22 | 446 | 60 | 102 |
| Binary | 11001010 | 1111110 | 11010010 | 100 | 101000 | 0 | 10010 | 100100110 | 110000 | 1000010 |
Color Harmonies of #CA7ED2
Complementary color
Monochromatic Colors of #CA7ED2
Black with #CA7ED2
Text Example
Text Example
White with #CA7ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7ED2; }
p { color: rgb(202,126,210); }
H1.HeaderClassName
{
color: #CA7ED2;
}
.AnyTagClassName
{
color: #CA7ED2;
}
</style>
background-color css
<style>
a { background-color: #CA7ED2; }
a { background-color: rgb(202,126,210); }
div.DivClassName
{
background-color: #CA7ED2;
}
.BgClassName
{
background-color: #CA7ED2;
}
</style>
border-color css
<style>
span { border-color: #CA7ED2; }
span { border-color: rgb(202,126,210); }
td.TdClassName
{
border-color: #CA7ED2;
}
.TagClassName
{
border-color: #CA7ED2;
}
</style>