Shades of Medium Orchid #CA3FDF
Tints of Medium Orchid #CA3FDF
RGB
CMYK
RGB Variations
Color information
#CA3FDF (or 0xCA3FDF) is known color: Medium Orchid. HEX triplet: CA, 3F and DF. RGB value is (202,63,223). Sum of RGB (Red+Green+Blue) = 202+63+223=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FDF is #35C020. Grayscale: #7A7A7A. Windows color (decimal): -3522593 or 14630858. OLE color: 14630858.
HSL color Cylindrical-coordinate representation of color #CA3FDF: hue angle of 292.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3FDF is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 63 | 223 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.13 |
| HSL | 292.13º | 0.71% | 0.56% | - |
| HSV(B) | 292.13º | 0.72% | 0.87% | - |
| XYZ | 39.45 | 21.44 | 71.87 | - |
| YUV | 122.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 223 | 0.09 | 0.72 | 0 | 0.13 | 292.13 | 0.71 | 0.56 |
| Hex | CA | 3F | DF | 9 | 48 | 0 | D | 124 | 47 | 38 |
| Octal | 312 | 77 | 337 | 11 | 110 | 0 | 15 | 444 | 107 | 70 |
| Binary | 11001010 | 111111 | 11011111 | 1001 | 1001000 | 0 | 1101 | 100100100 | 1000111 | 111000 |
Color Harmonies of #CA3FDF
Complementary color
Monochromatic Colors of #CA3FDF
Black with #CA3FDF
Text Example
Text Example
White with #CA3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FDF; }
p { color: rgb(202,63,223); }
H1.HeaderClassName
{
color: #CA3FDF;
}
.AnyTagClassName
{
color: #CA3FDF;
}
</style>
background-color css
<style>
a { background-color: #CA3FDF; }
a { background-color: rgb(202,63,223); }
div.DivClassName
{
background-color: #CA3FDF;
}
.BgClassName
{
background-color: #CA3FDF;
}
</style>
border-color css
<style>
span { border-color: #CA3FDF; }
span { border-color: rgb(202,63,223); }
td.TdClassName
{
border-color: #CA3FDF;
}
.TagClassName
{
border-color: #CA3FDF;
}
</style>