Shades of Medium Orchid #CC38F2
Tints of Medium Orchid #CC38F2
RGB
CMYK
RGB Variations
Color information
#CC38F2 (or 0xCC38F2) is known color: Medium Orchid. HEX triplet: CC, 38 and F2. RGB value is (204,56,242). Sum of RGB (Red+Green+Blue) = 204+56+242=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC38F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC38F2 is #33C70D. Grayscale: #787878. Windows color (decimal): -3393294 or 15874252. OLE color: 15874252.
HSL color Cylindrical-coordinate representation of color #CC38F2: hue angle of 287.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC38F2 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 56 | 242 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.05 |
| HSL | 287.74º | 0.88% | 0.58% | - |
| HSV(B) | 287.74º | 0.77% | 0.95% | - |
| XYZ | 42.34 | 22.08 | 86.03 | - |
| YUV | 121.46 | 196.03 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 242 | 0.16 | 0.77 | 0 | 0.05 | 287.74 | 0.88 | 0.58 |
| Hex | CC | 38 | F2 | 10 | 4D | 0 | 5 | 120 | 58 | 3A |
| Octal | 314 | 70 | 362 | 20 | 115 | 0 | 5 | 440 | 130 | 72 |
| Binary | 11001100 | 111000 | 11110010 | 10000 | 1001101 | 0 | 101 | 100100000 | 1011000 | 111010 |
Color Harmonies of #CC38F2
Complementary color
Monochromatic Colors of #CC38F2
Black with #CC38F2
Text Example
Text Example
White with #CC38F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38F2; }
p { color: rgb(204,56,242); }
H1.HeaderClassName
{
color: #CC38F2;
}
.AnyTagClassName
{
color: #CC38F2;
}
</style>
background-color css
<style>
a { background-color: #CC38F2; }
a { background-color: rgb(204,56,242); }
div.DivClassName
{
background-color: #CC38F2;
}
.BgClassName
{
background-color: #CC38F2;
}
</style>
border-color css
<style>
span { border-color: #CC38F2; }
span { border-color: rgb(204,56,242); }
td.TdClassName
{
border-color: #CC38F2;
}
.TagClassName
{
border-color: #CC38F2;
}
</style>