Shades of Medium Orchid #CA3DDD
Tints of Medium Orchid #CA3DDD
RGB
CMYK
RGB Variations
Color information
#CA3DDD (or 0xCA3DDD) is known color: Medium Orchid. HEX triplet: CA, 3D and DD. RGB value is (202,61,221). Sum of RGB (Red+Green+Blue) = 202+61+221=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DDD is #35C222. Grayscale: #787878. Windows color (decimal): -3523107 or 14499274. OLE color: 14499274.
HSL color Cylindrical-coordinate representation of color #CA3DDD: hue angle of 292.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3DDD is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 61 | 221 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.13 |
| HSL | 292.88º | 0.7% | 0.55% | - |
| HSV(B) | 292.88º | 0.72% | 0.87% | - |
| XYZ | 39.08 | 21.11 | 70.42 | - |
| YUV | 121.4 | 184.21 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 221 | 0.09 | 0.72 | 0 | 0.13 | 292.88 | 0.7 | 0.55 |
| Hex | CA | 3D | DD | 9 | 48 | 0 | D | 125 | 46 | 37 |
| Octal | 312 | 75 | 335 | 11 | 110 | 0 | 15 | 445 | 106 | 67 |
| Binary | 11001010 | 111101 | 11011101 | 1001 | 1001000 | 0 | 1101 | 100100101 | 1000110 | 110111 |
Color Harmonies of #CA3DDD
Complementary color
Monochromatic Colors of #CA3DDD
Black with #CA3DDD
Text Example
Text Example
White with #CA3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DDD; }
p { color: rgb(202,61,221); }
H1.HeaderClassName
{
color: #CA3DDD;
}
.AnyTagClassName
{
color: #CA3DDD;
}
</style>
background-color css
<style>
a { background-color: #CA3DDD; }
a { background-color: rgb(202,61,221); }
div.DivClassName
{
background-color: #CA3DDD;
}
.BgClassName
{
background-color: #CA3DDD;
}
</style>
border-color css
<style>
span { border-color: #CA3DDD; }
span { border-color: rgb(202,61,221); }
td.TdClassName
{
border-color: #CA3DDD;
}
.TagClassName
{
border-color: #CA3DDD;
}
</style>