Shades of Medium Orchid #CC3FEE
Tints of Medium Orchid #CC3FEE
RGB
CMYK
RGB Variations
Color information
#CC3FEE (or 0xCC3FEE) is known color: Medium Orchid. HEX triplet: CC, 3F and EE. RGB value is (204,63,238). Sum of RGB (Red+Green+Blue) = 204+63+238=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC3FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FEE is #33C011. Grayscale: #7C7C7C. Windows color (decimal): -3391506 or 15613900. OLE color: 15613900.
HSL color Cylindrical-coordinate representation of color #CC3FEE: hue angle of 288.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3FEE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 63 | 238 | - |
CMYK | 0.14 | 0.74 | 0 | 0.07 |
HSL | 288.34º | 0.84% | 0.59% | - |
HSV(B) | 288.34º | 0.74% | 0.93% | - |
XYZ | 42.11 | 22.57 | 83.02 | - |
YUV | 125.11 | 191.71 | 184.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 63 | 238 | 0.14 | 0.74 | 0 | 0.07 | 288.34 | 0.84 | 0.59 |
Hex | CC | 3F | EE | E | 4A | 0 | 7 | 120 | 54 | 3B |
Octal | 314 | 77 | 356 | 16 | 112 | 0 | 7 | 440 | 124 | 73 |
Binary | 11001100 | 111111 | 11101110 | 1110 | 1001010 | 0 | 111 | 100100000 | 1010100 | 111011 |
Color Harmonies of #CC3FEE
Complementary color
Monochromatic Colors of #CC3FEE
Black with #CC3FEE
Text Example
Text Example
White with #CC3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FEE; }
p { color: rgb(204,63,238); }
H1.HeaderClassName
{
color: #CC3FEE;
}
.AnyTagClassName
{
color: #CC3FEE;
}
</style>
background-color css
<style>
a { background-color: #CC3FEE; }
a { background-color: rgb(204,63,238); }
div.DivClassName
{
background-color: #CC3FEE;
}
.BgClassName
{
background-color: #CC3FEE;
}
</style>
border-color css
<style>
span { border-color: #CC3FEE; }
span { border-color: rgb(204,63,238); }
td.TdClassName
{
border-color: #CC3FEE;
}
.TagClassName
{
border-color: #CC3FEE;
}
</style>