Shades of Medium Orchid #CA4FDF
Tints of Medium Orchid #CA4FDF
RGB
CMYK
RGB Variations
Color information
#CA4FDF (or 0xCA4FDF) is known color: Medium Orchid. HEX triplet: CA, 4F and DF. RGB value is (202,79,223). Sum of RGB (Red+Green+Blue) = 202+79+223=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FDF is #35B020. Grayscale: #838383. Windows color (decimal): -3518497 or 14634954. OLE color: 14634954.
HSL color Cylindrical-coordinate representation of color #CA4FDF: hue angle of 291.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4FDF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 79 | 223 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.13 |
| HSL | 291.25º | 0.69% | 0.59% | - |
| HSV(B) | 291.25º | 0.65% | 0.87% | - |
| XYZ | 40.47 | 23.48 | 72.21 | - |
| YUV | 132.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 223 | 0.09 | 0.65 | 0 | 0.13 | 291.25 | 0.69 | 0.59 |
| Hex | CA | 4F | DF | 9 | 41 | 0 | D | 123 | 45 | 3B |
| Octal | 312 | 117 | 337 | 11 | 101 | 0 | 15 | 443 | 105 | 73 |
| Binary | 11001010 | 1001111 | 11011111 | 1001 | 1000001 | 0 | 1101 | 100100011 | 1000101 | 111011 |
Color Harmonies of #CA4FDF
Complementary color
Monochromatic Colors of #CA4FDF
Black with #CA4FDF
Text Example
Text Example
White with #CA4FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FDF; }
p { color: rgb(202,79,223); }
H1.HeaderClassName
{
color: #CA4FDF;
}
.AnyTagClassName
{
color: #CA4FDF;
}
</style>
background-color css
<style>
a { background-color: #CA4FDF; }
a { background-color: rgb(202,79,223); }
div.DivClassName
{
background-color: #CA4FDF;
}
.BgClassName
{
background-color: #CA4FDF;
}
</style>
border-color css
<style>
span { border-color: #CA4FDF; }
span { border-color: rgb(202,79,223); }
td.TdClassName
{
border-color: #CA4FDF;
}
.TagClassName
{
border-color: #CA4FDF;
}
</style>