#cc31e4

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

Shades of Medium Orchid #CC31E4

Tints of Medium Orchid #CC31E4

Color information

#CC31E4 (or 0xCC31E4) is unknown color: approx Medium Orchid. HEX triplet: CC, 31 and E4. RGB value is (204,49,228). Sum of RGB (Red+Green+Blue) = 204+49+228=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC31E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31E4 is #33CE1B. Grayscale: #737373. Windows color (decimal): -3395100 or 14954956. OLE color: 14954956.

HSL color Cylindrical-coordinate representation of color #CC31E4: hue angle of 291.96º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC31E4 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20449228-
CMYK0.110.7900.11
HSL291.96º76.82%54.31%-
HSV(B)291.96º78.51%89.41%-
XYZ4020.6475.27-
YUV115.75191.35190.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 49 (19.53% from 255) = 10.19%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=42.41%
G=10.19%
B=47.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal204492280.110.7900.11291.9676.8254.31
HexCC31E4B4F0B1244d36
Octal314613441311701344411566
Binary110011001100011110010010111001111010111001001001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc31e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc31e4; }

 p { color: rgb(204,49,228); }

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

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

 a { background-color: rgb(204,49,228); }

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

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

 span { border-color: rgb(204,49,228); }

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