Shades of Medium Orchid #CA46D6
Tints of Medium Orchid #CA46D6
RGB
CMYK
RGB Variations
Color information
#CA46D6 (or 0xCA46D6) is known color: Medium Orchid. HEX triplet: CA, 46 and D6. RGB value is (202,70,214). Sum of RGB (Red+Green+Blue) = 202+70+214=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA46D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46D6 is #35B929. Grayscale: #7D7D7D. Windows color (decimal): -3520810 or 14042826. OLE color: 14042826.
HSL color Cylindrical-coordinate representation of color #CA46D6: hue angle of 295º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA46D6 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 70 | 214 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.16 |
| HSL | 295º | 0.64% | 0.56% | - |
| HSV(B) | 295º | 0.67% | 0.84% | - |
| XYZ | 38.68 | 21.79 | 65.79 | - |
| YUV | 125.88 | 177.73 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 214 | 0.06 | 0.67 | 0 | 0.16 | 295 | 0.64 | 0.56 |
| Hex | CA | 46 | D6 | 6 | 43 | 0 | 10 | 127 | 40 | 38 |
| Octal | 312 | 106 | 326 | 6 | 103 | 0 | 20 | 447 | 100 | 70 |
| Binary | 11001010 | 1000110 | 11010110 | 110 | 1000011 | 0 | 10000 | 100100111 | 1000000 | 111000 |
Color Harmonies of #CA46D6
Complementary color
Monochromatic Colors of #CA46D6
Black with #CA46D6
Text Example
Text Example
White with #CA46D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46D6; }
p { color: rgb(202,70,214); }
H1.HeaderClassName
{
color: #CA46D6;
}
.AnyTagClassName
{
color: #CA46D6;
}
</style>
background-color css
<style>
a { background-color: #CA46D6; }
a { background-color: rgb(202,70,214); }
div.DivClassName
{
background-color: #CA46D6;
}
.BgClassName
{
background-color: #CA46D6;
}
</style>
border-color css
<style>
span { border-color: #CA46D6; }
span { border-color: rgb(202,70,214); }
td.TdClassName
{
border-color: #CA46D6;
}
.TagClassName
{
border-color: #CA46D6;
}
</style>