Shades of Medium Orchid #CA33E6
Tints of Medium Orchid #CA33E6
RGB
CMYK
RGB Variations
Color information
#CA33E6 (or 0xCA33E6) is known color: Medium Orchid. HEX triplet: CA, 33 and E6. RGB value is (202,51,230). Sum of RGB (Red+Green+Blue) = 202+51+230=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA33E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33E6 is #35CC19. Grayscale: #737373. Windows color (decimal): -3525658 or 15086538. OLE color: 15086538.
HSL color Cylindrical-coordinate representation of color #CA33E6: hue angle of 290.61º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA33E6 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 51 | 230 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.10 |
| HSL | 290.61º | 0.78% | 0.55% | - |
| HSV(B) | 290.61º | 0.78% | 0.9% | - |
| XYZ | 39.82 | 20.64 | 76.75 | - |
| YUV | 116.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 230 | 0.12 | 0.78 | 0 | 0.10 | 290.61 | 0.78 | 0.55 |
| Hex | CA | 33 | E6 | C | 4E | 0 | A | 123 | 4E | 37 |
| Octal | 312 | 63 | 346 | 14 | 116 | 0 | 12 | 443 | 116 | 67 |
| Binary | 11001010 | 110011 | 11100110 | 1100 | 1001110 | 0 | 1010 | 100100011 | 1001110 | 110111 |
Color Harmonies of #CA33E6
Complementary color
Monochromatic Colors of #CA33E6
Black with #CA33E6
Text Example
Text Example
White with #CA33E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33E6; }
p { color: rgb(202,51,230); }
H1.HeaderClassName
{
color: #CA33E6;
}
.AnyTagClassName
{
color: #CA33E6;
}
</style>
background-color css
<style>
a { background-color: #CA33E6; }
a { background-color: rgb(202,51,230); }
div.DivClassName
{
background-color: #CA33E6;
}
.BgClassName
{
background-color: #CA33E6;
}
</style>
border-color css
<style>
span { border-color: #CA33E6; }
span { border-color: rgb(202,51,230); }
td.TdClassName
{
border-color: #CA33E6;
}
.TagClassName
{
border-color: #CA33E6;
}
</style>