Shades of Medium Orchid #CA3DDA
Tints of Medium Orchid #CA3DDA
RGB
CMYK
RGB Variations
Color information
#CA3DDA (or 0xCA3DDA) is known color: Medium Orchid. HEX triplet: CA, 3D and DA. RGB value is (202,61,218). Sum of RGB (Red+Green+Blue) = 202+61+218=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA3DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DDA is #35C225. Grayscale: #787878. Windows color (decimal): -3523110 or 14302666. OLE color: 14302666.
HSL color Cylindrical-coordinate representation of color #CA3DDA: hue angle of 293.89º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3DDA is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 61 | 218 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.15 |
| HSL | 293.89º | 0.68% | 0.55% | - |
| HSV(B) | 293.89º | 0.72% | 0.85% | - |
| XYZ | 38.68 | 20.96 | 68.34 | - |
| YUV | 121.06 | 182.71 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 218 | 0.07 | 0.72 | 0 | 0.15 | 293.89 | 0.68 | 0.55 |
| Hex | CA | 3D | DA | 7 | 48 | 0 | F | 126 | 44 | 37 |
| Octal | 312 | 75 | 332 | 7 | 110 | 0 | 17 | 446 | 104 | 67 |
| Binary | 11001010 | 111101 | 11011010 | 111 | 1001000 | 0 | 1111 | 100100110 | 1000100 | 110111 |
Color Harmonies of #CA3DDA
Complementary color
Monochromatic Colors of #CA3DDA
Black with #CA3DDA
Text Example
Text Example
White with #CA3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DDA; }
p { color: rgb(202,61,218); }
H1.HeaderClassName
{
color: #CA3DDA;
}
.AnyTagClassName
{
color: #CA3DDA;
}
</style>
background-color css
<style>
a { background-color: #CA3DDA; }
a { background-color: rgb(202,61,218); }
div.DivClassName
{
background-color: #CA3DDA;
}
.BgClassName
{
background-color: #CA3DDA;
}
</style>
border-color css
<style>
span { border-color: #CA3DDA; }
span { border-color: rgb(202,61,218); }
td.TdClassName
{
border-color: #CA3DDA;
}
.TagClassName
{
border-color: #CA3DDA;
}
</style>