Shades of Medium Orchid #CC4DF8
Tints of Medium Orchid #CC4DF8
RGB
CMYK
RGB Variations
Color information
#CC4DF8 (or 0xCC4DF8) is known color: Medium Orchid. HEX triplet: CC, 4D and F8. RGB value is (204,77,248). Sum of RGB (Red+Green+Blue) = 204+77+248=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC4DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DF8 is #33B207. Grayscale: #858585. Windows color (decimal): -3387912 or 16272844. OLE color: 16272844.
HSL color Cylindrical-coordinate representation of color #CC4DF8: hue angle of 284.56º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4DF8 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 77 | 248 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.03 |
| HSL | 284.56º | 0.92% | 0.64% | - |
| HSV(B) | 284.56º | 0.69% | 0.97% | - |
| XYZ | 44.5 | 24.92 | 91.27 | - |
| YUV | 134.47 | 192.08 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 248 | 0.18 | 0.69 | 0 | 0.03 | 284.56 | 0.92 | 0.64 |
| Hex | CC | 4D | F8 | 12 | 45 | 0 | 3 | 11D | 5C | 40 |
| Octal | 314 | 115 | 370 | 22 | 105 | 0 | 3 | 435 | 134 | 100 |
| Binary | 11001100 | 1001101 | 11111000 | 10010 | 1000101 | 0 | 11 | 100011101 | 1011100 | 1000000 |
Color Harmonies of #CC4DF8
Complementary color
Monochromatic Colors of #CC4DF8
Black with #CC4DF8
Text Example
Text Example
White with #CC4DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DF8; }
p { color: rgb(204,77,248); }
H1.HeaderClassName
{
color: #CC4DF8;
}
.AnyTagClassName
{
color: #CC4DF8;
}
</style>
background-color css
<style>
a { background-color: #CC4DF8; }
a { background-color: rgb(204,77,248); }
div.DivClassName
{
background-color: #CC4DF8;
}
.BgClassName
{
background-color: #CC4DF8;
}
</style>
border-color css
<style>
span { border-color: #CC4DF8; }
span { border-color: rgb(204,77,248); }
td.TdClassName
{
border-color: #CC4DF8;
}
.TagClassName
{
border-color: #CC4DF8;
}
</style>