Shades of Medium Orchid #CA34D6
Tints of Medium Orchid #CA34D6
RGB
CMYK
RGB Variations
Color information
#CA34D6 (or 0xCA34D6) is known color: Medium Orchid. HEX triplet: CA, 34 and D6. RGB value is (202,52,214). Sum of RGB (Red+Green+Blue) = 202+52+214=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA34D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34D6 is #35CB29. Grayscale: #727272. Windows color (decimal): -3525418 or 14038218. OLE color: 14038218.
HSL color Cylindrical-coordinate representation of color #CA34D6: hue angle of 295.56º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA34D6 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 52 | 214 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.16 |
| HSL | 295.56º | 0.66% | 0.52% | - |
| HSV(B) | 295.56º | 0.76% | 0.84% | - |
| XYZ | 37.72 | 19.87 | 65.46 | - |
| YUV | 115.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 214 | 0.06 | 0.76 | 0 | 0.16 | 295.56 | 0.66 | 0.52 |
| Hex | CA | 34 | D6 | 6 | 4C | 0 | 10 | 128 | 42 | 34 |
| Octal | 312 | 64 | 326 | 6 | 114 | 0 | 20 | 450 | 102 | 64 |
| Binary | 11001010 | 110100 | 11010110 | 110 | 1001100 | 0 | 10000 | 100101000 | 1000010 | 110100 |
Color Harmonies of #CA34D6
Complementary color
Monochromatic Colors of #CA34D6
Black with #CA34D6
Text Example
Text Example
White with #CA34D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34D6; }
p { color: rgb(202,52,214); }
H1.HeaderClassName
{
color: #CA34D6;
}
.AnyTagClassName
{
color: #CA34D6;
}
</style>
background-color css
<style>
a { background-color: #CA34D6; }
a { background-color: rgb(202,52,214); }
div.DivClassName
{
background-color: #CA34D6;
}
.BgClassName
{
background-color: #CA34D6;
}
</style>
border-color css
<style>
span { border-color: #CA34D6; }
span { border-color: rgb(202,52,214); }
td.TdClassName
{
border-color: #CA34D6;
}
.TagClassName
{
border-color: #CA34D6;
}
</style>