Shades of Medium Orchid #CA3FDD
Tints of Medium Orchid #CA3FDD
RGB
CMYK
RGB Variations
Color information
#CA3FDD (or 0xCA3FDD) is known color: Medium Orchid. HEX triplet: CA, 3F and DD. RGB value is (202,63,221). Sum of RGB (Red+Green+Blue) = 202+63+221=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FDD is #35C022. Grayscale: #7A7A7A. Windows color (decimal): -3522595 or 14499786. OLE color: 14499786.
HSL color Cylindrical-coordinate representation of color #CA3FDD: hue angle of 292.78º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3FDD is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 63 | 221 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.13 |
| HSL | 292.78º | 0.7% | 0.56% | - |
| HSV(B) | 292.78º | 0.71% | 0.87% | - |
| XYZ | 39.19 | 21.33 | 70.46 | - |
| YUV | 122.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 221 | 0.09 | 0.71 | 0 | 0.13 | 292.78 | 0.7 | 0.56 |
| Hex | CA | 3F | DD | 9 | 47 | 0 | D | 125 | 46 | 38 |
| Octal | 312 | 77 | 335 | 11 | 107 | 0 | 15 | 445 | 106 | 70 |
| Binary | 11001010 | 111111 | 11011101 | 1001 | 1000111 | 0 | 1101 | 100100101 | 1000110 | 111000 |
Color Harmonies of #CA3FDD
Complementary color
Monochromatic Colors of #CA3FDD
Black with #CA3FDD
Text Example
Text Example
White with #CA3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FDD; }
p { color: rgb(202,63,221); }
H1.HeaderClassName
{
color: #CA3FDD;
}
.AnyTagClassName
{
color: #CA3FDD;
}
</style>
background-color css
<style>
a { background-color: #CA3FDD; }
a { background-color: rgb(202,63,221); }
div.DivClassName
{
background-color: #CA3FDD;
}
.BgClassName
{
background-color: #CA3FDD;
}
</style>
border-color css
<style>
span { border-color: #CA3FDD; }
span { border-color: rgb(202,63,221); }
td.TdClassName
{
border-color: #CA3FDD;
}
.TagClassName
{
border-color: #CA3FDD;
}
</style>