Shades of Medium Orchid #CC31F2
Tints of Medium Orchid #CC31F2
RGB
CMYK
RGB Variations
Color information
#CC31F2 (or 0xCC31F2) is known color: Medium Orchid. HEX triplet: CC, 31 and F2. RGB value is (204,49,242). Sum of RGB (Red+Green+Blue) = 204+49+242=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC31F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31F2 is #33CE0D. Grayscale: #747474. Windows color (decimal): -3395086 or 15872460. OLE color: 15872460.
HSL color Cylindrical-coordinate representation of color #CC31F2: hue angle of 288.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC31F2 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 49 | 242 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.05 |
| HSL | 288.19º | 0.88% | 0.57% | - |
| HSV(B) | 288.19º | 0.8% | 0.95% | - |
| XYZ | 42.03 | 21.44 | 85.93 | - |
| YUV | 117.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 242 | 0.16 | 0.80 | 0 | 0.05 | 288.19 | 0.88 | 0.57 |
| Hex | CC | 31 | F2 | 10 | 50 | 0 | 5 | 120 | 58 | 39 |
| Octal | 314 | 61 | 362 | 20 | 120 | 0 | 5 | 440 | 130 | 71 |
| Binary | 11001100 | 110001 | 11110010 | 10000 | 1010000 | 0 | 101 | 100100000 | 1011000 | 111001 |
Color Harmonies of #CC31F2
Complementary color
Monochromatic Colors of #CC31F2
Black with #CC31F2
Text Example
Text Example
White with #CC31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31F2; }
p { color: rgb(204,49,242); }
H1.HeaderClassName
{
color: #CC31F2;
}
.AnyTagClassName
{
color: #CC31F2;
}
</style>
background-color css
<style>
a { background-color: #CC31F2; }
a { background-color: rgb(204,49,242); }
div.DivClassName
{
background-color: #CC31F2;
}
.BgClassName
{
background-color: #CC31F2;
}
</style>
border-color css
<style>
span { border-color: #CC31F2; }
span { border-color: rgb(204,49,242); }
td.TdClassName
{
border-color: #CC31F2;
}
.TagClassName
{
border-color: #CC31F2;
}
</style>