Shades of Medium Orchid #CA34DF
Tints of Medium Orchid #CA34DF
RGB
CMYK
RGB Variations
Color information
#CA34DF (or 0xCA34DF) is known color: Medium Orchid. HEX triplet: CA, 34 and DF. RGB value is (202,52,223). Sum of RGB (Red+Green+Blue) = 202+52+223=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34DF is #35CB20. Grayscale: #737373. Windows color (decimal): -3525409 or 14628042. OLE color: 14628042.
HSL color Cylindrical-coordinate representation of color #CA34DF: hue angle of 292.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA34DF is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 52 | 223 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.13 |
| HSL | 292.63º | 0.73% | 0.54% | - |
| HSV(B) | 292.63º | 0.77% | 0.87% | - |
| XYZ | 38.9 | 20.34 | 71.69 | - |
| YUV | 116.34 | 188.2 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 223 | 0.09 | 0.77 | 0 | 0.13 | 292.63 | 0.73 | 0.54 |
| Hex | CA | 34 | DF | 9 | 4D | 0 | D | 125 | 49 | 36 |
| Octal | 312 | 64 | 337 | 11 | 115 | 0 | 15 | 445 | 111 | 66 |
| Binary | 11001010 | 110100 | 11011111 | 1001 | 1001101 | 0 | 1101 | 100100101 | 1001001 | 110110 |
Color Harmonies of #CA34DF
Complementary color
Monochromatic Colors of #CA34DF
Black with #CA34DF
Text Example
Text Example
White with #CA34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34DF; }
p { color: rgb(202,52,223); }
H1.HeaderClassName
{
color: #CA34DF;
}
.AnyTagClassName
{
color: #CA34DF;
}
</style>
background-color css
<style>
a { background-color: #CA34DF; }
a { background-color: rgb(202,52,223); }
div.DivClassName
{
background-color: #CA34DF;
}
.BgClassName
{
background-color: #CA34DF;
}
</style>
border-color css
<style>
span { border-color: #CA34DF; }
span { border-color: rgb(202,52,223); }
td.TdClassName
{
border-color: #CA34DF;
}
.TagClassName
{
border-color: #CA34DF;
}
</style>