Shades of Medium Orchid #CA4BDC
Tints of Medium Orchid #CA4BDC
RGB
CMYK
RGB Variations
Color information
#CA4BDC (or 0xCA4BDC) is known color: Medium Orchid. HEX triplet: CA, 4B and DC. RGB value is (202,75,220). Sum of RGB (Red+Green+Blue) = 202+75+220=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BDC is #35B423. Grayscale: #818181. Windows color (decimal): -3519524 or 14437322. OLE color: 14437322.
HSL color Cylindrical-coordinate representation of color #CA4BDC: hue angle of 292.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4BDC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 75 | 220 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.14 |
| HSL | 292.55º | 0.67% | 0.58% | - |
| HSV(B) | 292.55º | 0.66% | 0.86% | - |
| XYZ | 39.79 | 22.76 | 70.01 | - |
| YUV | 129.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 220 | 0.08 | 0.66 | 0 | 0.14 | 292.55 | 0.67 | 0.58 |
| Hex | CA | 4B | DC | 8 | 42 | 0 | E | 125 | 43 | 3A |
| Octal | 312 | 113 | 334 | 10 | 102 | 0 | 16 | 445 | 103 | 72 |
| Binary | 11001010 | 1001011 | 11011100 | 1000 | 1000010 | 0 | 1110 | 100100101 | 1000011 | 111010 |
Color Harmonies of #CA4BDC
Complementary color
Monochromatic Colors of #CA4BDC
Black with #CA4BDC
Text Example
Text Example
White with #CA4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BDC; }
p { color: rgb(202,75,220); }
H1.HeaderClassName
{
color: #CA4BDC;
}
.AnyTagClassName
{
color: #CA4BDC;
}
</style>
background-color css
<style>
a { background-color: #CA4BDC; }
a { background-color: rgb(202,75,220); }
div.DivClassName
{
background-color: #CA4BDC;
}
.BgClassName
{
background-color: #CA4BDC;
}
</style>
border-color css
<style>
span { border-color: #CA4BDC; }
span { border-color: rgb(202,75,220); }
td.TdClassName
{
border-color: #CA4BDC;
}
.TagClassName
{
border-color: #CA4BDC;
}
</style>