Shades of Medium Orchid #CC39F2
Tints of Medium Orchid #CC39F2
RGB
CMYK
RGB Variations
Color information
#CC39F2 (or 0xCC39F2) is known color: Medium Orchid. HEX triplet: CC, 39 and F2. RGB value is (204,57,242). Sum of RGB (Red+Green+Blue) = 204+57+242=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC39F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC39F2 is #33C60D. Grayscale: #797979. Windows color (decimal): -3393038 or 15874508. OLE color: 15874508.
HSL color Cylindrical-coordinate representation of color #CC39F2: hue angle of 287.68º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC39F2 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 57 | 242 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.05 |
| HSL | 287.68º | 0.88% | 0.59% | - |
| HSV(B) | 287.68º | 0.76% | 0.95% | - |
| XYZ | 42.39 | 22.17 | 86.05 | - |
| YUV | 122.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 242 | 0.16 | 0.76 | 0 | 0.05 | 287.68 | 0.88 | 0.59 |
| Hex | CC | 39 | F2 | 10 | 4C | 0 | 5 | 120 | 58 | 3B |
| Octal | 314 | 71 | 362 | 20 | 114 | 0 | 5 | 440 | 130 | 73 |
| Binary | 11001100 | 111001 | 11110010 | 10000 | 1001100 | 0 | 101 | 100100000 | 1011000 | 111011 |
Color Harmonies of #CC39F2
Complementary color
Monochromatic Colors of #CC39F2
Black with #CC39F2
Text Example
Text Example
White with #CC39F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39F2; }
p { color: rgb(204,57,242); }
H1.HeaderClassName
{
color: #CC39F2;
}
.AnyTagClassName
{
color: #CC39F2;
}
</style>
background-color css
<style>
a { background-color: #CC39F2; }
a { background-color: rgb(204,57,242); }
div.DivClassName
{
background-color: #CC39F2;
}
.BgClassName
{
background-color: #CC39F2;
}
</style>
border-color css
<style>
span { border-color: #CC39F2; }
span { border-color: rgb(204,57,242); }
td.TdClassName
{
border-color: #CC39F2;
}
.TagClassName
{
border-color: #CC39F2;
}
</style>