Shades of Medium Orchid #CC4CF0
Tints of Medium Orchid #CC4CF0
RGB
CMYK
RGB Variations
Color information
#CC4CF0 (or 0xCC4CF0) is known color: Medium Orchid. HEX triplet: CC, 4C and F0. RGB value is (204,76,240). Sum of RGB (Red+Green+Blue) = 204+76+240=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC4CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CF0 is #33B30F. Grayscale: #848484. Windows color (decimal): -3388176 or 15748300. OLE color: 15748300.
HSL color Cylindrical-coordinate representation of color #CC4CF0: hue angle of 286.83º degrees, saturation: 0.85, 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 #CC4CF0 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 76 | 240 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.06 |
| HSL | 286.83º | 0.85% | 0.62% | - |
| HSV(B) | 286.83º | 0.68% | 0.94% | - |
| XYZ | 43.21 | 24.3 | 84.85 | - |
| YUV | 132.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 240 | 0.15 | 0.68 | 0 | 0.06 | 286.83 | 0.85 | 0.62 |
| Hex | CC | 4C | F0 | F | 44 | 0 | 6 | 11F | 55 | 3E |
| Octal | 314 | 114 | 360 | 17 | 104 | 0 | 6 | 437 | 125 | 76 |
| Binary | 11001100 | 1001100 | 11110000 | 1111 | 1000100 | 0 | 110 | 100011111 | 1010101 | 111110 |
Color Harmonies of #CC4CF0
Complementary color
Monochromatic Colors of #CC4CF0
Black with #CC4CF0
Text Example
Text Example
White with #CC4CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CF0; }
p { color: rgb(204,76,240); }
H1.HeaderClassName
{
color: #CC4CF0;
}
.AnyTagClassName
{
color: #CC4CF0;
}
</style>
background-color css
<style>
a { background-color: #CC4CF0; }
a { background-color: rgb(204,76,240); }
div.DivClassName
{
background-color: #CC4CF0;
}
.BgClassName
{
background-color: #CC4CF0;
}
</style>
border-color css
<style>
span { border-color: #CC4CF0; }
span { border-color: rgb(204,76,240); }
td.TdClassName
{
border-color: #CC4CF0;
}
.TagClassName
{
border-color: #CC4CF0;
}
</style>