Shades of Medium Orchid #CA33EA
Tints of Medium Orchid #CA33EA
RGB
CMYK
RGB Variations
Color information
#CA33EA (or 0xCA33EA) is known color: Medium Orchid. HEX triplet: CA, 33 and EA. RGB value is (202,51,234). Sum of RGB (Red+Green+Blue) = 202+51+234=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA33EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33EA is #35CC15. Grayscale: #747474. Windows color (decimal): -3525654 or 15348682. OLE color: 15348682.
HSL color Cylindrical-coordinate representation of color #CA33EA: hue angle of 289.51º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA33EA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 51 | 234 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.08 |
| HSL | 289.51º | 0.81% | 0.56% | - |
| HSV(B) | 289.51º | 0.78% | 0.92% | - |
| XYZ | 40.39 | 20.86 | 79.74 | - |
| YUV | 117.01 | 194.03 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 234 | 0.14 | 0.78 | 0 | 0.08 | 289.51 | 0.81 | 0.56 |
| Hex | CA | 33 | EA | E | 4E | 0 | 8 | 122 | 51 | 38 |
| Octal | 312 | 63 | 352 | 16 | 116 | 0 | 10 | 442 | 121 | 70 |
| Binary | 11001010 | 110011 | 11101010 | 1110 | 1001110 | 0 | 1000 | 100100010 | 1010001 | 111000 |
Color Harmonies of #CA33EA
Complementary color
Monochromatic Colors of #CA33EA
Black with #CA33EA
Text Example
Text Example
White with #CA33EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33EA; }
p { color: rgb(202,51,234); }
H1.HeaderClassName
{
color: #CA33EA;
}
.AnyTagClassName
{
color: #CA33EA;
}
</style>
background-color css
<style>
a { background-color: #CA33EA; }
a { background-color: rgb(202,51,234); }
div.DivClassName
{
background-color: #CA33EA;
}
.BgClassName
{
background-color: #CA33EA;
}
</style>
border-color css
<style>
span { border-color: #CA33EA; }
span { border-color: rgb(202,51,234); }
td.TdClassName
{
border-color: #CA33EA;
}
.TagClassName
{
border-color: #CA33EA;
}
</style>