Shades of Medium Orchid #CA4BDA
Tints of Medium Orchid #CA4BDA
RGB
CMYK
RGB Variations
Color information
#CA4BDA (or 0xCA4BDA) is known color: Medium Orchid. HEX triplet: CA, 4B and DA. RGB value is (202,75,218). Sum of RGB (Red+Green+Blue) = 202+75+218=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BDA is #35B425. Grayscale: #808080. Windows color (decimal): -3519526 or 14306250. OLE color: 14306250.
HSL color Cylindrical-coordinate representation of color #CA4BDA: hue angle of 293.29º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4BDA is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 75 | 218 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.15 |
| HSL | 293.29º | 0.66% | 0.57% | - |
| HSV(B) | 293.29º | 0.66% | 0.85% | - |
| XYZ | 39.53 | 22.65 | 68.62 | - |
| YUV | 129.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 218 | 0.07 | 0.66 | 0 | 0.15 | 293.29 | 0.66 | 0.57 |
| Hex | CA | 4B | DA | 7 | 42 | 0 | F | 125 | 42 | 39 |
| Octal | 312 | 113 | 332 | 7 | 102 | 0 | 17 | 445 | 102 | 71 |
| Binary | 11001010 | 1001011 | 11011010 | 111 | 1000010 | 0 | 1111 | 100100101 | 1000010 | 111001 |
Color Harmonies of #CA4BDA
Complementary color
Monochromatic Colors of #CA4BDA
Black with #CA4BDA
Text Example
Text Example
White with #CA4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BDA; }
p { color: rgb(202,75,218); }
H1.HeaderClassName
{
color: #CA4BDA;
}
.AnyTagClassName
{
color: #CA4BDA;
}
</style>
background-color css
<style>
a { background-color: #CA4BDA; }
a { background-color: rgb(202,75,218); }
div.DivClassName
{
background-color: #CA4BDA;
}
.BgClassName
{
background-color: #CA4BDA;
}
</style>
border-color css
<style>
span { border-color: #CA4BDA; }
span { border-color: rgb(202,75,218); }
td.TdClassName
{
border-color: #CA4BDA;
}
.TagClassName
{
border-color: #CA4BDA;
}
</style>