Shades of Medium Orchid #CA3AF8
Tints of Medium Orchid #CA3AF8
RGB
CMYK
RGB Variations
Color information
#CA3AF8 (or 0xCA3AF8) is known color: Medium Orchid. HEX triplet: CA, 3A and F8. RGB value is (202,58,248). Sum of RGB (Red+Green+Blue) = 202+58+248=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA3AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3AF8 is #35C507. Grayscale: #7A7A7A. Windows color (decimal): -3523848 or 16267978. OLE color: 16267978.
HSL color Cylindrical-coordinate representation of color #CA3AF8: hue angle of 285.47º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA3AF8 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 58 | 248 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.03 |
| HSL | 285.47º | 0.93% | 0.6% | - |
| HSV(B) | 285.47º | 0.77% | 0.97% | - |
| XYZ | 42.81 | 22.36 | 90.87 | - |
| YUV | 122.72 | 198.71 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 248 | 0.19 | 0.77 | 0 | 0.03 | 285.47 | 0.93 | 0.6 |
| Hex | CA | 3A | F8 | 13 | 4D | 0 | 3 | 11D | 5D | 3C |
| Octal | 312 | 72 | 370 | 23 | 115 | 0 | 3 | 435 | 135 | 74 |
| Binary | 11001010 | 111010 | 11111000 | 10011 | 1001101 | 0 | 11 | 100011101 | 1011101 | 111100 |
Color Harmonies of #CA3AF8
Complementary color
Monochromatic Colors of #CA3AF8
Black with #CA3AF8
Text Example
Text Example
White with #CA3AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3AF8; }
p { color: rgb(202,58,248); }
H1.HeaderClassName
{
color: #CA3AF8;
}
.AnyTagClassName
{
color: #CA3AF8;
}
</style>
background-color css
<style>
a { background-color: #CA3AF8; }
a { background-color: rgb(202,58,248); }
div.DivClassName
{
background-color: #CA3AF8;
}
.BgClassName
{
background-color: #CA3AF8;
}
</style>
border-color css
<style>
span { border-color: #CA3AF8; }
span { border-color: rgb(202,58,248); }
td.TdClassName
{
border-color: #CA3AF8;
}
.TagClassName
{
border-color: #CA3AF8;
}
</style>