Shades of Medium Orchid #CA3CF2
Tints of Medium Orchid #CA3CF2
RGB
CMYK
RGB Variations
Color information
#CA3CF2 (or 0xCA3CF2) is known color: Medium Orchid. HEX triplet: CA, 3C and F2. RGB value is (202,60,242). Sum of RGB (Red+Green+Blue) = 202+60+242=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA3CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CF2 is #35C30D. Grayscale: #7A7A7A. Windows color (decimal): -3523342 or 15875274. OLE color: 15875274.
HSL color Cylindrical-coordinate representation of color #CA3CF2: hue angle of 286.81º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3CF2 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 60 | 242 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.05 |
| HSL | 286.81º | 0.88% | 0.59% | - |
| HSV(B) | 286.81º | 0.75% | 0.95% | - |
| XYZ | 42 | 22.2 | 86.08 | - |
| YUV | 123.21 | 195.04 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 242 | 0.17 | 0.75 | 0 | 0.05 | 286.81 | 0.88 | 0.59 |
| Hex | CA | 3C | F2 | 11 | 4B | 0 | 5 | 11F | 58 | 3B |
| Octal | 312 | 74 | 362 | 21 | 113 | 0 | 5 | 437 | 130 | 73 |
| Binary | 11001010 | 111100 | 11110010 | 10001 | 1001011 | 0 | 101 | 100011111 | 1011000 | 111011 |
Color Harmonies of #CA3CF2
Complementary color
Monochromatic Colors of #CA3CF2
Black with #CA3CF2
Text Example
Text Example
White with #CA3CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3CF2; }
p { color: rgb(202,60,242); }
H1.HeaderClassName
{
color: #CA3CF2;
}
.AnyTagClassName
{
color: #CA3CF2;
}
</style>
background-color css
<style>
a { background-color: #CA3CF2; }
a { background-color: rgb(202,60,242); }
div.DivClassName
{
background-color: #CA3CF2;
}
.BgClassName
{
background-color: #CA3CF2;
}
</style>
border-color css
<style>
span { border-color: #CA3CF2; }
span { border-color: rgb(202,60,242); }
td.TdClassName
{
border-color: #CA3CF2;
}
.TagClassName
{
border-color: #CA3CF2;
}
</style>