Shades of Medium Orchid #CA34E6
Tints of Medium Orchid #CA34E6
RGB
CMYK
RGB Variations
Color information
#CA34E6 (or 0xCA34E6) is known color: Medium Orchid. HEX triplet: CA, 34 and E6. RGB value is (202,52,230). Sum of RGB (Red+Green+Blue) = 202+52+230=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA34E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34E6 is #35CB19. Grayscale: #747474. Windows color (decimal): -3525402 or 15086794. OLE color: 15086794.
HSL color Cylindrical-coordinate representation of color #CA34E6: hue angle of 290.56º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA34E6 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 52 | 230 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.10 |
| HSL | 290.56º | 0.78% | 0.55% | - |
| HSV(B) | 290.56º | 0.77% | 0.9% | - |
| XYZ | 39.87 | 20.73 | 76.76 | - |
| YUV | 117.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 230 | 0.12 | 0.77 | 0 | 0.10 | 290.56 | 0.78 | 0.55 |
| Hex | CA | 34 | E6 | C | 4D | 0 | A | 123 | 4E | 37 |
| Octal | 312 | 64 | 346 | 14 | 115 | 0 | 12 | 443 | 116 | 67 |
| Binary | 11001010 | 110100 | 11100110 | 1100 | 1001101 | 0 | 1010 | 100100011 | 1001110 | 110111 |
Color Harmonies of #CA34E6
Complementary color
Monochromatic Colors of #CA34E6
Black with #CA34E6
Text Example
Text Example
White with #CA34E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34E6; }
p { color: rgb(202,52,230); }
H1.HeaderClassName
{
color: #CA34E6;
}
.AnyTagClassName
{
color: #CA34E6;
}
</style>
background-color css
<style>
a { background-color: #CA34E6; }
a { background-color: rgb(202,52,230); }
div.DivClassName
{
background-color: #CA34E6;
}
.BgClassName
{
background-color: #CA34E6;
}
</style>
border-color css
<style>
span { border-color: #CA34E6; }
span { border-color: rgb(202,52,230); }
td.TdClassName
{
border-color: #CA34E6;
}
.TagClassName
{
border-color: #CA34E6;
}
</style>