Shades of Medium Orchid #CA3DFF
Tints of Medium Orchid #CA3DFF
RGB
CMYK
RGB Variations
Color information
#CA3DFF (or 0xCA3DFF) is known color: Medium Orchid. HEX triplet: CA, 3D and FF. RGB value is (202,61,255). Sum of RGB (Red+Green+Blue) = 202+61+255=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA3DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3DFF is #35C200. Grayscale: #7C7C7C. Windows color (decimal): -3523073 or 16727498. OLE color: 16727498.
HSL color Cylindrical-coordinate representation of color #CA3DFF: hue angle of 283.61º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3DFF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 61 | 255 | - |
| CMYK | 0.21 | 0.76 | 0 | 0 |
| HSL | 283.61º | 1% | 0.62% | - |
| HSV(B) | 283.61º | 0.76% | 1% | - |
| XYZ | 44.08 | 23.11 | 96.75 | - |
| YUV | 125.28 | 201.21 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 255 | 0.21 | 0.76 | 0 | 0 | 283.61 | 1 | 0.62 |
| Hex | CA | 3D | FF | 15 | 4C | 0 | 0 | 11C | 64 | 3E |
| Octal | 312 | 75 | 377 | 25 | 114 | 0 | 0 | 434 | 144 | 76 |
| Binary | 11001010 | 111101 | 11111111 | 10101 | 1001100 | 0 | 0 | 100011100 | 1100100 | 111110 |
Color Harmonies of #CA3DFF
Complementary color
Monochromatic Colors of #CA3DFF
Black with #CA3DFF
Text Example
Text Example
White with #CA3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DFF; }
p { color: rgb(202,61,255); }
H1.HeaderClassName
{
color: #CA3DFF;
}
.AnyTagClassName
{
color: #CA3DFF;
}
</style>
background-color css
<style>
a { background-color: #CA3DFF; }
a { background-color: rgb(202,61,255); }
div.DivClassName
{
background-color: #CA3DFF;
}
.BgClassName
{
background-color: #CA3DFF;
}
</style>
border-color css
<style>
span { border-color: #CA3DFF; }
span { border-color: rgb(202,61,255); }
td.TdClassName
{
border-color: #CA3DFF;
}
.TagClassName
{
border-color: #CA3DFF;
}
</style>