Html Css Color HEX #C90FEA Electric Purple

📋 copy color: '#C90FEA'

red 201 ◦ green 15 ◦ blue 234

#C90FEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C90FEA

Tints of Electric Purple #C90FEA

RGB

 RED value IS 201 (78.91% from 255) = 44.67%

 GREEN value IS 15 (6.25% from 255) = 3.33%

 BLUE value IS 234 (91.8% from 255) = 52%

R = 44.67%
G = 3.33%
B = 52%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C90FEA (or 0xC90FEA) is known color: Electric Purple. HEX triplet: C9, 0F and EA. RGB value is (201,15,234). Sum of RGB (Red+Green+Blue) = 201+15+234=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #C90FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90FEA is #36F015. Grayscale: #5E5E5E. Windows color (decimal): -3600406 or 15339465. OLE color: 15339465.

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

Color convert

RGB 201 15 234 -
CMYK 0.14 0.94 0 0.08
HSL 290.96º 0.88% 0.49% -
HSV(B) 290.96º 0.94% 0.92% -
XYZ 39.11 18.7 79.39 -
YUV 95.58 206.12 203.19 -
System Red Green Blue C M Y K H S L
Decimal 201 15 234 0.14 0.94 0 0.08 290.96 0.88 0.49
Hex C9 F EA E 5E 0 8 123 58 31
Octal 311 17 352 16 136 0 10 443 130 61
Binary 11001001 1111 11101010 1110 1011110 0 1000 100100011 1011000 110001

Color Harmonies of #C90FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FEA

Black with #C90FEA

Text Example


Text Example

White with #C90FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FEA; }

 p { color: rgb(201,15,234); }

 H1.HeaderClassName
 {
   color: #C90FEA;
 }
 .AnyTagClassName
 {
   color: #C90FEA;
 }
</style>

background-color css

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

 a { background-color: rgb(201,15,234); }

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

border-color css

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

 span { border-color: rgb(201,15,234); }

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