#C90CEB

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

Shades of Electric Purple #C90CEB

Tints of Electric Purple #C90CEB

Color information

#C90CEB (or 0xC90CEB) is unknown color: approx Electric Purple. HEX triplet: C9, 0C and EB. RGB value is (201,12,235). Sum of RGB (Red+Green+Blue) = 201+12+235=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #C90CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CEB is #36F314. Grayscale: #5D5D5D. Windows color (decimal): -3601173 or 15404233. OLE color: 15404233.

HSL color Cylindrical-coordinate representation of color #C90CEB: hue angle of 290.85º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90CEB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20112235-
CMYK0.140.9500.08
HSL290.85º90.28%48.43%-
HSV(B)290.85º94.89%92.16%-
XYZ39.2118.6880.14-
YUV93.93207.62204.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 12 (5.08% from 255) = 2.68%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=44.87%
G=2.68%
B=52.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal201122350.140.9500.08290.8590.2848.43
HexC9CEBE5F081235a30
Octal311143531613701044313260
Binary1100100111001110101111101011111010001001000111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90CEB; }

 p { color: rgb(201,12,235); }

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

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

 a { background-color: rgb(201,12,235); }

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

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

 span { border-color: rgb(201,12,235); }

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