#C90EE7

Color #C90EE7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C90EE7

Tints of Electric Purple #C90EE7

Color information

#C90EE7 (or 0xC90EE7) is unknown color: approx Electric Purple. HEX triplet: C9, 0E and E7. RGB value is (201,14,231). Sum of RGB (Red+Green+Blue) = 201+14+231=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #C90EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EE7 is #36F118. Grayscale: #5D5D5D. Windows color (decimal): -3600665 or 15142601. OLE color: 15142601.

HSL color Cylindrical-coordinate representation of color #C90EE7: hue angle of 291.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90EE7 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20114231-
CMYK0.130.9400.09
HSL291.71º88.57%48.04%-
HSV(B)291.71º93.94%90.59%-
XYZ38.6718.577.13-
YUV94.65204.95203.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 14 (5.86% from 255) = 3.14%
BLUE value IS 231 (90.62% from 255) = 51.79%
R=45.07%
G=3.14%
B=51.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201142310.130.9400.09291.7188.5748.04
HexC9EE7D5E091245930
Octal311163471513601144413160
Binary1100100111101110011111011011110010011001001001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90EE7; }

 p { color: rgb(201,14,231); }

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

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

 a { background-color: rgb(201,14,231); }

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

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

 span { border-color: rgb(201,14,231); }

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