#C90CFF

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

Shades of Electric Purple #C90CFF

Tints of Electric Purple #C90CFF

Color information

#C90CFF (or 0xC90CFF) is unknown color: approx Electric Purple. HEX triplet: C9, 0C and FF. RGB value is (201,12,255). Sum of RGB (Red+Green+Blue) = 201+12+255=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #C90CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CFF is #36F300. Grayscale: #5F5F5F. Windows color (decimal): -3601153 or 16714953. OLE color: 16714953.

HSL color Cylindrical-coordinate representation of color #C90CFF: hue angle of 286.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90CFF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20112255-
CMYK0.210.9500
HSL286.67º100%52.35%-
HSV(B)286.67º95.29%100%-
XYZ42.2719.996.22-
YUV96.21217.62202.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 12 (5.08% from 255) = 2.56%
BLUE value IS 255 (100% from 255) = 54.49%
R=42.95%
G=2.56%
B=54.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201122550.210.9500286.6710052.35
HexC9CFF155F0011f6434
Octal31114377251370043714464
Binary11001001110011111111101011011111001000111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90CFF; }

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

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

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

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

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

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

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

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