Shades of Medium Orchid #CA4AF7
Tints of Medium Orchid #CA4AF7
RGB
CMYK
RGB Variations
Color information
#CA4AF7 (or 0xCA4AF7) is known color: Medium Orchid. HEX triplet: CA, 4A and F7. RGB value is (202,74,247). Sum of RGB (Red+Green+Blue) = 202+74+247=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA4AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AF7 is #35B508. Grayscale: #838383. Windows color (decimal): -3519753 or 16206538. OLE color: 16206538.
HSL color Cylindrical-coordinate representation of color #CA4AF7: hue angle of 284.39º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA4AF7 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 74 | 247 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.03 |
| HSL | 284.39º | 0.92% | 0.63% | - |
| HSV(B) | 284.39º | 0.7% | 0.97% | - |
| XYZ | 43.59 | 24.17 | 90.36 | - |
| YUV | 131.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 247 | 0.18 | 0.70 | 0 | 0.03 | 284.39 | 0.92 | 0.63 |
| Hex | CA | 4A | F7 | 12 | 46 | 0 | 3 | 11C | 5C | 3F |
| Octal | 312 | 112 | 367 | 22 | 106 | 0 | 3 | 434 | 134 | 77 |
| Binary | 11001010 | 1001010 | 11110111 | 10010 | 1000110 | 0 | 11 | 100011100 | 1011100 | 111111 |
Color Harmonies of #CA4AF7
Complementary color
Monochromatic Colors of #CA4AF7
Black with #CA4AF7
Text Example
Text Example
White with #CA4AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AF7; }
p { color: rgb(202,74,247); }
H1.HeaderClassName
{
color: #CA4AF7;
}
.AnyTagClassName
{
color: #CA4AF7;
}
</style>
background-color css
<style>
a { background-color: #CA4AF7; }
a { background-color: rgb(202,74,247); }
div.DivClassName
{
background-color: #CA4AF7;
}
.BgClassName
{
background-color: #CA4AF7;
}
</style>
border-color css
<style>
span { border-color: #CA4AF7; }
span { border-color: rgb(202,74,247); }
td.TdClassName
{
border-color: #CA4AF7;
}
.TagClassName
{
border-color: #CA4AF7;
}
</style>