Shades of Medium Orchid #CA45EA
Tints of Medium Orchid #CA45EA
RGB
CMYK
RGB Variations
Color information
#CA45EA (or 0xCA45EA) is known color: Medium Orchid. HEX triplet: CA, 45 and EA. RGB value is (202,69,234). Sum of RGB (Red+Green+Blue) = 202+69+234=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA45EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45EA is #35BA15. Grayscale: #7F7F7F. Windows color (decimal): -3521046 or 15353290. OLE color: 15353290.
HSL color Cylindrical-coordinate representation of color #CA45EA: hue angle of 288.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA45EA is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 69 | 234 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.08 |
| HSL | 288.36º | 0.8% | 0.59% | - |
| HSV(B) | 288.36º | 0.71% | 0.92% | - |
| XYZ | 41.34 | 22.75 | 80.06 | - |
| YUV | 127.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 234 | 0.14 | 0.71 | 0 | 0.08 | 288.36 | 0.8 | 0.59 |
| Hex | CA | 45 | EA | E | 47 | 0 | 8 | 120 | 50 | 3B |
| Octal | 312 | 105 | 352 | 16 | 107 | 0 | 10 | 440 | 120 | 73 |
| Binary | 11001010 | 1000101 | 11101010 | 1110 | 1000111 | 0 | 1000 | 100100000 | 1010000 | 111011 |
Color Harmonies of #CA45EA
Complementary color
Monochromatic Colors of #CA45EA
Black with #CA45EA
Text Example
Text Example
White with #CA45EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45EA; }
p { color: rgb(202,69,234); }
H1.HeaderClassName
{
color: #CA45EA;
}
.AnyTagClassName
{
color: #CA45EA;
}
</style>
background-color css
<style>
a { background-color: #CA45EA; }
a { background-color: rgb(202,69,234); }
div.DivClassName
{
background-color: #CA45EA;
}
.BgClassName
{
background-color: #CA45EA;
}
</style>
border-color css
<style>
span { border-color: #CA45EA; }
span { border-color: rgb(202,69,234); }
td.TdClassName
{
border-color: #CA45EA;
}
.TagClassName
{
border-color: #CA45EA;
}
</style>