Shades of Orchid #CA75E0
Tints of Orchid #CA75E0
RGB
CMYK
RGB Variations
Color information
#CA75E0 (or 0xCA75E0) is known color: Orchid. HEX triplet: CA, 75 and E0. RGB value is (202,117,224). Sum of RGB (Red+Green+Blue) = 202+117+224=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA75E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75E0 is #358A1F. Grayscale: #9A9A9A. Windows color (decimal): -3508768 or 14710218. OLE color: 14710218.
HSL color Cylindrical-coordinate representation of color #CA75E0: hue angle of 287.66º degrees, saturation: 0.63, 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 #CA75E0 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 117 | 224 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.12 |
| HSL | 287.66º | 0.63% | 0.67% | - |
| HSV(B) | 287.66º | 0.48% | 0.88% | - |
| XYZ | 44.17 | 30.66 | 74.11 | - |
| YUV | 154.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 224 | 0.10 | 0.48 | 0 | 0.12 | 287.66 | 0.63 | 0.67 |
| Hex | CA | 75 | E0 | A | 30 | 0 | C | 120 | 3F | 43 |
| Octal | 312 | 165 | 340 | 12 | 60 | 0 | 14 | 440 | 77 | 103 |
| Binary | 11001010 | 1110101 | 11100000 | 1010 | 110000 | 0 | 1100 | 100100000 | 111111 | 1000011 |
Color Harmonies of #CA75E0
Complementary color
Monochromatic Colors of #CA75E0
Black with #CA75E0
Text Example
Text Example
White with #CA75E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA75E0; }
p { color: rgb(202,117,224); }
H1.HeaderClassName
{
color: #CA75E0;
}
.AnyTagClassName
{
color: #CA75E0;
}
</style>
background-color css
<style>
a { background-color: #CA75E0; }
a { background-color: rgb(202,117,224); }
div.DivClassName
{
background-color: #CA75E0;
}
.BgClassName
{
background-color: #CA75E0;
}
</style>
border-color css
<style>
span { border-color: #CA75E0; }
span { border-color: rgb(202,117,224); }
td.TdClassName
{
border-color: #CA75E0;
}
.TagClassName
{
border-color: #CA75E0;
}
</style>