Shades of Medium Orchid #CC4DF0
Tints of Medium Orchid #CC4DF0
RGB
CMYK
RGB Variations
Color information
#CC4DF0 (or 0xCC4DF0) is known color: Medium Orchid. HEX triplet: CC, 4D and F0. RGB value is (204,77,240). Sum of RGB (Red+Green+Blue) = 204+77+240=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC4DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DF0 is #33B20F. Grayscale: #858585. Windows color (decimal): -3387920 or 15748556. OLE color: 15748556.
HSL color Cylindrical-coordinate representation of color #CC4DF0: hue angle of 286.75º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4DF0 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 77 | 240 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.06 |
| HSL | 286.75º | 0.84% | 0.62% | - |
| HSV(B) | 286.75º | 0.68% | 0.94% | - |
| XYZ | 43.28 | 24.44 | 84.87 | - |
| YUV | 133.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 240 | 0.15 | 0.68 | 0 | 0.06 | 286.75 | 0.84 | 0.62 |
| Hex | CC | 4D | F0 | F | 44 | 0 | 6 | 11F | 54 | 3E |
| Octal | 314 | 115 | 360 | 17 | 104 | 0 | 6 | 437 | 124 | 76 |
| Binary | 11001100 | 1001101 | 11110000 | 1111 | 1000100 | 0 | 110 | 100011111 | 1010100 | 111110 |
Color Harmonies of #CC4DF0
Complementary color
Monochromatic Colors of #CC4DF0
Black with #CC4DF0
Text Example
Text Example
White with #CC4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DF0; }
p { color: rgb(204,77,240); }
H1.HeaderClassName
{
color: #CC4DF0;
}
.AnyTagClassName
{
color: #CC4DF0;
}
</style>
background-color css
<style>
a { background-color: #CC4DF0; }
a { background-color: rgb(204,77,240); }
div.DivClassName
{
background-color: #CC4DF0;
}
.BgClassName
{
background-color: #CC4DF0;
}
</style>
border-color css
<style>
span { border-color: #CC4DF0; }
span { border-color: rgb(204,77,240); }
td.TdClassName
{
border-color: #CC4DF0;
}
.TagClassName
{
border-color: #CC4DF0;
}
</style>