Shades of Medium Orchid #CA60DF
Tints of Medium Orchid #CA60DF
RGB
CMYK
RGB Variations
Color information
#CA60DF (or 0xCA60DF) is known color: Medium Orchid. HEX triplet: CA, 60 and DF. RGB value is (202,96,223). Sum of RGB (Red+Green+Blue) = 202+96+223=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60DF is #359F20. Grayscale: #8D8D8D. Windows color (decimal): -3514145 or 14639306. OLE color: 14639306.
HSL color Cylindrical-coordinate representation of color #CA60DF: hue angle of 290.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA60DF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 96 | 223 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.13 |
| HSL | 290.08º | 0.66% | 0.63% | - |
| HSV(B) | 290.08º | 0.57% | 0.87% | - |
| XYZ | 41.86 | 26.25 | 72.67 | - |
| YUV | 142.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 223 | 0.09 | 0.57 | 0 | 0.13 | 290.08 | 0.66 | 0.63 |
| Hex | CA | 60 | DF | 9 | 39 | 0 | D | 122 | 42 | 3F |
| Octal | 312 | 140 | 337 | 11 | 71 | 0 | 15 | 442 | 102 | 77 |
| Binary | 11001010 | 1100000 | 11011111 | 1001 | 111001 | 0 | 1101 | 100100010 | 1000010 | 111111 |
Color Harmonies of #CA60DF
Complementary color
Monochromatic Colors of #CA60DF
Black with #CA60DF
Text Example
Text Example
White with #CA60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60DF; }
p { color: rgb(202,96,223); }
H1.HeaderClassName
{
color: #CA60DF;
}
.AnyTagClassName
{
color: #CA60DF;
}
</style>
background-color css
<style>
a { background-color: #CA60DF; }
a { background-color: rgb(202,96,223); }
div.DivClassName
{
background-color: #CA60DF;
}
.BgClassName
{
background-color: #CA60DF;
}
</style>
border-color css
<style>
span { border-color: #CA60DF; }
span { border-color: rgb(202,96,223); }
td.TdClassName
{
border-color: #CA60DF;
}
.TagClassName
{
border-color: #CA60DF;
}
</style>