#CC3FE3

Color #CC3FE3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC3FE3

Tints of Medium Orchid #CC3FE3

Color information

#CC3FE3 (or 0xCC3FE3) is unknown color: approx Medium Orchid. HEX triplet: CC, 3F and E3. RGB value is (204,63,227). Sum of RGB (Red+Green+Blue) = 204+63+227=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC3FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FE3 is #33C01C. Grayscale: #7B7B7B. Windows color (decimal): -3391517 or 14893004. OLE color: 14893004.

HSL color Cylindrical-coordinate representation of color #CC3FE3: hue angle of 291.59º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3FE3 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20463227-
CMYK0.100.7200.11
HSL291.59º74.55%56.86%-
HSV(B)291.59º72.25%89.02%-
XYZ40.5421.9474.77-
YUV123.85186.21185.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 63 (25% from 255) = 12.75%
BLUE value IS 227 (89.06% from 255) = 45.95%
R=41.30%
G=12.75%
B=45.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal204632270.100.7200.11291.5974.5556.86
HexCC3FE3A480B1244b39
Octal314773431211001344411371
Binary110011001111111110001110101001000010111001001001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3FE3; }

 p { color: rgb(204,63,227); }

 H1.HeaderClassName
 {
   color: #CC3FE3;
 }
 .AnyTagClassName
 {
   color: #CC3FE3;
 }
</style>
background-color css

<style>
 a { background-color: #CC3FE3; }

 a { background-color: rgb(204,63,227); }

 div.DivClassName
 {
   background-color: #CC3FE3;
 }
 .BgClassName
 {
   background-color: #CC3FE3;
 }
</style>
border-color css

<style>
 span { border-color: #CC3FE3; }

 span { border-color: rgb(204,63,227); }

 td.TdClassName
 {
   border-color: #CC3FE3;
 }
 .TagClassName
 {
   border-color: #CC3FE3;
 }
</style>