Shades of Orchid #CA74D9
Tints of Orchid #CA74D9
RGB
CMYK
RGB Variations
Color information
#CA74D9 (or 0xCA74D9) is known color: Orchid. HEX triplet: CA, 74 and D9. RGB value is (202,116,217). Sum of RGB (Red+Green+Blue) = 202+116+217=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA74D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74D9 is #358B26. Grayscale: #989898. Windows color (decimal): -3509031 or 14251210. OLE color: 14251210.
HSL color Cylindrical-coordinate representation of color #CA74D9: hue angle of 291.09º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA74D9 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 116 | 217 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.15 |
| HSL | 291.09º | 0.57% | 0.65% | - |
| HSV(B) | 291.09º | 0.47% | 0.85% | - |
| XYZ | 43.13 | 30.06 | 69.17 | - |
| YUV | 153.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 217 | 0.07 | 0.47 | 0 | 0.15 | 291.09 | 0.57 | 0.65 |
| Hex | CA | 74 | D9 | 7 | 2F | 0 | F | 123 | 39 | 41 |
| Octal | 312 | 164 | 331 | 7 | 57 | 0 | 17 | 443 | 71 | 101 |
| Binary | 11001010 | 1110100 | 11011001 | 111 | 101111 | 0 | 1111 | 100100011 | 111001 | 1000001 |
Color Harmonies of #CA74D9
Complementary color
Monochromatic Colors of #CA74D9
Black with #CA74D9
Text Example
Text Example
White with #CA74D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74D9; }
p { color: rgb(202,116,217); }
H1.HeaderClassName
{
color: #CA74D9;
}
.AnyTagClassName
{
color: #CA74D9;
}
</style>
background-color css
<style>
a { background-color: #CA74D9; }
a { background-color: rgb(202,116,217); }
div.DivClassName
{
background-color: #CA74D9;
}
.BgClassName
{
background-color: #CA74D9;
}
</style>
border-color css
<style>
span { border-color: #CA74D9; }
span { border-color: rgb(202,116,217); }
td.TdClassName
{
border-color: #CA74D9;
}
.TagClassName
{
border-color: #CA74D9;
}
</style>