Shades of Medium Orchid #CA4CF7
Tints of Medium Orchid #CA4CF7
RGB
CMYK
RGB Variations
Color information
#CA4CF7 (or 0xCA4CF7) is known color: Medium Orchid. HEX triplet: CA, 4C and F7. RGB value is (202,76,247). Sum of RGB (Red+Green+Blue) = 202+76+247=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA4CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CF7 is #35B308. Grayscale: #848484. Windows color (decimal): -3519241 or 16207050. OLE color: 16207050.
HSL color Cylindrical-coordinate representation of color #CA4CF7: hue angle of 284.21º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4CF7 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 76 | 247 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.03 |
| HSL | 284.21º | 0.91% | 0.63% | - |
| HSV(B) | 284.21º | 0.69% | 0.97% | - |
| XYZ | 43.73 | 24.44 | 90.41 | - |
| YUV | 133.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 247 | 0.18 | 0.69 | 0 | 0.03 | 284.21 | 0.91 | 0.63 |
| Hex | CA | 4C | F7 | 12 | 45 | 0 | 3 | 11C | 5B | 3F |
| Octal | 312 | 114 | 367 | 22 | 105 | 0 | 3 | 434 | 133 | 77 |
| Binary | 11001010 | 1001100 | 11110111 | 10010 | 1000101 | 0 | 11 | 100011100 | 1011011 | 111111 |
Color Harmonies of #CA4CF7
Complementary color
Monochromatic Colors of #CA4CF7
Black with #CA4CF7
Text Example
Text Example
White with #CA4CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CF7; }
p { color: rgb(202,76,247); }
H1.HeaderClassName
{
color: #CA4CF7;
}
.AnyTagClassName
{
color: #CA4CF7;
}
</style>
background-color css
<style>
a { background-color: #CA4CF7; }
a { background-color: rgb(202,76,247); }
div.DivClassName
{
background-color: #CA4CF7;
}
.BgClassName
{
background-color: #CA4CF7;
}
</style>
border-color css
<style>
span { border-color: #CA4CF7; }
span { border-color: rgb(202,76,247); }
td.TdClassName
{
border-color: #CA4CF7;
}
.TagClassName
{
border-color: #CA4CF7;
}
</style>