Shades of Orchid #CA74E1
Tints of Orchid #CA74E1
RGB
CMYK
RGB Variations
Color information
#CA74E1 (or 0xCA74E1) is known color: Orchid. HEX triplet: CA, 74 and E1. RGB value is (202,116,225). Sum of RGB (Red+Green+Blue) = 202+116+225=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA74E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74E1 is #358B1E. Grayscale: #999999. Windows color (decimal): -3509023 or 14775498. OLE color: 14775498.
HSL color Cylindrical-coordinate representation of color #CA74E1: hue angle of 287.34º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA74E1 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 116 | 225 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.12 |
| HSL | 287.34º | 0.64% | 0.67% | - |
| HSV(B) | 287.34º | 0.48% | 0.88% | - |
| XYZ | 44.19 | 30.48 | 74.79 | - |
| YUV | 154.14 | 167.99 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 225 | 0.10 | 0.48 | 0 | 0.12 | 287.34 | 0.64 | 0.67 |
| Hex | CA | 74 | E1 | A | 30 | 0 | C | 11F | 40 | 43 |
| Octal | 312 | 164 | 341 | 12 | 60 | 0 | 14 | 437 | 100 | 103 |
| Binary | 11001010 | 1110100 | 11100001 | 1010 | 110000 | 0 | 1100 | 100011111 | 1000000 | 1000011 |
Color Harmonies of #CA74E1
Complementary color
Monochromatic Colors of #CA74E1
Black with #CA74E1
Text Example
Text Example
White with #CA74E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74E1; }
p { color: rgb(202,116,225); }
H1.HeaderClassName
{
color: #CA74E1;
}
.AnyTagClassName
{
color: #CA74E1;
}
</style>
background-color css
<style>
a { background-color: #CA74E1; }
a { background-color: rgb(202,116,225); }
div.DivClassName
{
background-color: #CA74E1;
}
.BgClassName
{
background-color: #CA74E1;
}
</style>
border-color css
<style>
span { border-color: #CA74E1; }
span { border-color: rgb(202,116,225); }
td.TdClassName
{
border-color: #CA74E1;
}
.TagClassName
{
border-color: #CA74E1;
}
</style>