Html Css Color HEX #C90EF8 Electric Purple

📋 copy color: '#C90EF8'

red 201 ◦ green 14 ◦ blue 248

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

Shades of Electric Purple #C90EF8

Tints of Electric Purple #C90EF8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.02%

 BLUE value IS 248 (97.27% from 255) = 53.56%

R = 43.41%
G = 3.02%
B = 53.56%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C90EF8 (or 0xC90EF8) is known color: Electric Purple. HEX triplet: C9, 0E and F8. RGB value is (201,14,248). Sum of RGB (Red+Green+Blue) = 201+14+248=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #C90EF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EF8 is #36F107. Grayscale: #5F5F5F. Windows color (decimal): -3600648 or 16256713. OLE color: 16256713.

HSL color Cylindrical-coordinate representation of color #C90EF8: hue angle of 287.95º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90EF8 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 14 248 -
CMYK 0.19 0.94 0 0.03
HSL 287.95º 0.94% 0.51% -
HSV(B) 287.95º 0.94% 0.97% -
XYZ 41.19 19.51 90.4 -
YUV 96.59 213.45 202.47 -
System Red Green Blue C M Y K H S L
Decimal 201 14 248 0.19 0.94 0 0.03 287.95 0.94 0.51
Hex C9 E F8 13 5E 0 3 120 5E 33
Octal 311 16 370 23 136 0 3 440 136 63
Binary 11001001 1110 11111000 10011 1011110 0 11 100100000 1011110 110011

Color Harmonies of #C90EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90EF8

Black with #C90EF8

Text Example


Text Example

White with #C90EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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