Shades of Medium Orchid #CA4DD7
Tints of Medium Orchid #CA4DD7
RGB
CMYK
RGB Variations
Color information
#CA4DD7 (or 0xCA4DD7) is known color: Medium Orchid. HEX triplet: CA, 4D and D7. RGB value is (202,77,215). Sum of RGB (Red+Green+Blue) = 202+77+215=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA4DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DD7 is #35B228. Grayscale: #818181. Windows color (decimal): -3519017 or 14110154. OLE color: 14110154.
HSL color Cylindrical-coordinate representation of color #CA4DD7: hue angle of 294.35º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4DD7 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 77 | 215 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.16 |
| HSL | 294.35º | 0.63% | 0.57% | - |
| HSV(B) | 294.35º | 0.64% | 0.84% | - |
| XYZ | 39.28 | 22.77 | 66.62 | - |
| YUV | 130.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 215 | 0.06 | 0.64 | 0 | 0.16 | 294.35 | 0.63 | 0.57 |
| Hex | CA | 4D | D7 | 6 | 40 | 0 | 10 | 126 | 3F | 39 |
| Octal | 312 | 115 | 327 | 6 | 100 | 0 | 20 | 446 | 77 | 71 |
| Binary | 11001010 | 1001101 | 11010111 | 110 | 1000000 | 0 | 10000 | 100100110 | 111111 | 111001 |
Color Harmonies of #CA4DD7
Complementary color
Monochromatic Colors of #CA4DD7
Black with #CA4DD7
Text Example
Text Example
White with #CA4DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DD7; }
p { color: rgb(202,77,215); }
H1.HeaderClassName
{
color: #CA4DD7;
}
.AnyTagClassName
{
color: #CA4DD7;
}
</style>
background-color css
<style>
a { background-color: #CA4DD7; }
a { background-color: rgb(202,77,215); }
div.DivClassName
{
background-color: #CA4DD7;
}
.BgClassName
{
background-color: #CA4DD7;
}
</style>
border-color css
<style>
span { border-color: #CA4DD7; }
span { border-color: rgb(202,77,215); }
td.TdClassName
{
border-color: #CA4DD7;
}
.TagClassName
{
border-color: #CA4DD7;
}
</style>