Shades of Orchid #CA72E5
Tints of Orchid #CA72E5
RGB
CMYK
RGB Variations
Color information
#CA72E5 (or 0xCA72E5) is known color: Orchid. HEX triplet: CA, 72 and E5. RGB value is (202,114,229). Sum of RGB (Red+Green+Blue) = 202+114+229=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA72E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72E5 is #358D1A. Grayscale: #999999. Windows color (decimal): -3509531 or 15037130. OLE color: 15037130.
HSL color Cylindrical-coordinate representation of color #CA72E5: hue angle of 285.91º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA72E5 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 114 | 229 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.10 |
| HSL | 285.91º | 0.69% | 0.67% | - |
| HSV(B) | 285.91º | 0.5% | 0.9% | - |
| XYZ | 44.52 | 30.25 | 77.62 | - |
| YUV | 153.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 229 | 0.12 | 0.50 | 0 | 0.10 | 285.91 | 0.69 | 0.67 |
| Hex | CA | 72 | E5 | C | 32 | 0 | A | 11E | 45 | 43 |
| Octal | 312 | 162 | 345 | 14 | 62 | 0 | 12 | 436 | 105 | 103 |
| Binary | 11001010 | 1110010 | 11100101 | 1100 | 110010 | 0 | 1010 | 100011110 | 1000101 | 1000011 |
Color Harmonies of #CA72E5
Complementary color
Monochromatic Colors of #CA72E5
Black with #CA72E5
Text Example
Text Example
White with #CA72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA72E5; }
p { color: rgb(202,114,229); }
H1.HeaderClassName
{
color: #CA72E5;
}
.AnyTagClassName
{
color: #CA72E5;
}
</style>
background-color css
<style>
a { background-color: #CA72E5; }
a { background-color: rgb(202,114,229); }
div.DivClassName
{
background-color: #CA72E5;
}
.BgClassName
{
background-color: #CA72E5;
}
</style>
border-color css
<style>
span { border-color: #CA72E5; }
span { border-color: rgb(202,114,229); }
td.TdClassName
{
border-color: #CA72E5;
}
.TagClassName
{
border-color: #CA72E5;
}
</style>