Shades of Medium Orchid #CA34D8
Tints of Medium Orchid #CA34D8
RGB
CMYK
RGB Variations
Color information
#CA34D8 (or 0xCA34D8) is known color: Medium Orchid. HEX triplet: CA, 34 and D8. RGB value is (202,52,216). Sum of RGB (Red+Green+Blue) = 202+52+216=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA34D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34D8 is #35CB27. Grayscale: #737373. Windows color (decimal): -3525416 or 14169290. OLE color: 14169290.
HSL color Cylindrical-coordinate representation of color #CA34D8: hue angle of 294.88º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA34D8 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 52 | 216 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.15 |
| HSL | 294.88º | 0.68% | 0.53% | - |
| HSV(B) | 294.88º | 0.76% | 0.85% | - |
| XYZ | 37.98 | 19.97 | 66.82 | - |
| YUV | 115.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 216 | 0.06 | 0.76 | 0 | 0.15 | 294.88 | 0.68 | 0.53 |
| Hex | CA | 34 | D8 | 6 | 4C | 0 | F | 127 | 44 | 35 |
| Octal | 312 | 64 | 330 | 6 | 114 | 0 | 17 | 447 | 104 | 65 |
| Binary | 11001010 | 110100 | 11011000 | 110 | 1001100 | 0 | 1111 | 100100111 | 1000100 | 110101 |
Color Harmonies of #CA34D8
Complementary color
Monochromatic Colors of #CA34D8
Black with #CA34D8
Text Example
Text Example
White with #CA34D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34D8; }
p { color: rgb(202,52,216); }
H1.HeaderClassName
{
color: #CA34D8;
}
.AnyTagClassName
{
color: #CA34D8;
}
</style>
background-color css
<style>
a { background-color: #CA34D8; }
a { background-color: rgb(202,52,216); }
div.DivClassName
{
background-color: #CA34D8;
}
.BgClassName
{
background-color: #CA34D8;
}
</style>
border-color css
<style>
span { border-color: #CA34D8; }
span { border-color: rgb(202,52,216); }
td.TdClassName
{
border-color: #CA34D8;
}
.TagClassName
{
border-color: #CA34D8;
}
</style>