Shades of Medium Orchid #CC4FEF
Tints of Medium Orchid #CC4FEF
RGB
CMYK
RGB Variations
Color information
#CC4FEF (or 0xCC4FEF) is known color: Medium Orchid. HEX triplet: CC, 4F and EF. RGB value is (204,79,239). Sum of RGB (Red+Green+Blue) = 204+79+239=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC4FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FEF is #33B010. Grayscale: #868686. Windows color (decimal): -3387409 or 15683532. OLE color: 15683532.
HSL color Cylindrical-coordinate representation of color #CC4FEF: hue angle of 286.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4FEF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 79 | 239 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.06 |
| HSL | 286.88º | 0.83% | 0.62% | - |
| HSV(B) | 286.88º | 0.67% | 0.94% | - |
| XYZ | 43.28 | 24.66 | 84.14 | - |
| YUV | 134.62 | 186.91 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 239 | 0.15 | 0.67 | 0 | 0.06 | 286.88 | 0.83 | 0.62 |
| Hex | CC | 4F | EF | F | 43 | 0 | 6 | 11F | 53 | 3E |
| Octal | 314 | 117 | 357 | 17 | 103 | 0 | 6 | 437 | 123 | 76 |
| Binary | 11001100 | 1001111 | 11101111 | 1111 | 1000011 | 0 | 110 | 100011111 | 1010011 | 111110 |
Color Harmonies of #CC4FEF
Complementary color
Monochromatic Colors of #CC4FEF
Black with #CC4FEF
Text Example
Text Example
White with #CC4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FEF; }
p { color: rgb(204,79,239); }
H1.HeaderClassName
{
color: #CC4FEF;
}
.AnyTagClassName
{
color: #CC4FEF;
}
</style>
background-color css
<style>
a { background-color: #CC4FEF; }
a { background-color: rgb(204,79,239); }
div.DivClassName
{
background-color: #CC4FEF;
}
.BgClassName
{
background-color: #CC4FEF;
}
</style>
border-color css
<style>
span { border-color: #CC4FEF; }
span { border-color: rgb(204,79,239); }
td.TdClassName
{
border-color: #CC4FEF;
}
.TagClassName
{
border-color: #CC4FEF;
}
</style>