Shades of Medium Orchid #CA33D6
Tints of Medium Orchid #CA33D6
RGB
CMYK
RGB Variations
Color information
#CA33D6 (or 0xCA33D6) is known color: Medium Orchid. HEX triplet: CA, 33 and D6. RGB value is (202,51,214). Sum of RGB (Red+Green+Blue) = 202+51+214=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA33D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33D6 is #35CC29. Grayscale: #727272. Windows color (decimal): -3525674 or 14037962. OLE color: 14037962.
HSL color Cylindrical-coordinate representation of color #CA33D6: hue angle of 295.58º degrees, saturation: 0.67, 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 #CA33D6 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 51 | 214 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.16 |
| HSL | 295.58º | 0.67% | 0.52% | - |
| HSV(B) | 295.58º | 0.76% | 0.84% | - |
| XYZ | 37.68 | 19.78 | 65.45 | - |
| YUV | 114.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 214 | 0.06 | 0.76 | 0 | 0.16 | 295.58 | 0.67 | 0.52 |
| Hex | CA | 33 | D6 | 6 | 4C | 0 | 10 | 128 | 43 | 34 |
| Octal | 312 | 63 | 326 | 6 | 114 | 0 | 20 | 450 | 103 | 64 |
| Binary | 11001010 | 110011 | 11010110 | 110 | 1001100 | 0 | 10000 | 100101000 | 1000011 | 110100 |
Color Harmonies of #CA33D6
Complementary color
Monochromatic Colors of #CA33D6
Black with #CA33D6
Text Example
Text Example
White with #CA33D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33D6; }
p { color: rgb(202,51,214); }
H1.HeaderClassName
{
color: #CA33D6;
}
.AnyTagClassName
{
color: #CA33D6;
}
</style>
background-color css
<style>
a { background-color: #CA33D6; }
a { background-color: rgb(202,51,214); }
div.DivClassName
{
background-color: #CA33D6;
}
.BgClassName
{
background-color: #CA33D6;
}
</style>
border-color css
<style>
span { border-color: #CA33D6; }
span { border-color: rgb(202,51,214); }
td.TdClassName
{
border-color: #CA33D6;
}
.TagClassName
{
border-color: #CA33D6;
}
</style>