Shades of Medium Orchid #CC43EF
Tints of Medium Orchid #CC43EF
RGB
CMYK
RGB Variations
Color information
#CC43EF (or 0xCC43EF) is known color: Medium Orchid. HEX triplet: CC, 43 and EF. RGB value is (204,67,239). Sum of RGB (Red+Green+Blue) = 204+67+239=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 67 (26.56% from 255 or 13.14% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC43EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43EF is #33BC10. Grayscale: #7F7F7F. Windows color (decimal): -3390481 or 15680460. OLE color: 15680460.
HSL color Cylindrical-coordinate representation of color #CC43EF: hue angle of 287.79º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC43EF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 67 | 239 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.06 |
| HSL | 287.79º | 0.84% | 0.6% | - |
| HSV(B) | 287.79º | 0.72% | 0.94% | - |
| XYZ | 42.49 | 23.08 | 83.88 | - |
| YUV | 127.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 239 | 0.15 | 0.72 | 0 | 0.06 | 287.79 | 0.84 | 0.6 |
| Hex | CC | 43 | EF | F | 48 | 0 | 6 | 120 | 54 | 3C |
| Octal | 314 | 103 | 357 | 17 | 110 | 0 | 6 | 440 | 124 | 74 |
| Binary | 11001100 | 1000011 | 11101111 | 1111 | 1001000 | 0 | 110 | 100100000 | 1010100 | 111100 |
Color Harmonies of #CC43EF
Complementary color
Monochromatic Colors of #CC43EF
Black with #CC43EF
Text Example
Text Example
White with #CC43EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43EF; }
p { color: rgb(204,67,239); }
H1.HeaderClassName
{
color: #CC43EF;
}
.AnyTagClassName
{
color: #CC43EF;
}
</style>
background-color css
<style>
a { background-color: #CC43EF; }
a { background-color: rgb(204,67,239); }
div.DivClassName
{
background-color: #CC43EF;
}
.BgClassName
{
background-color: #CC43EF;
}
</style>
border-color css
<style>
span { border-color: #CC43EF; }
span { border-color: rgb(204,67,239); }
td.TdClassName
{
border-color: #CC43EF;
}
.TagClassName
{
border-color: #CC43EF;
}
</style>