Html Css Color HEX #C90FF8 Electric Purple

📋 copy color: '#C90FF8'

red 201 ◦ green 15 ◦ blue 248

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

Shades of Electric Purple #C90FF8

Tints of Electric Purple #C90FF8

RGB

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

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

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

R = 43.32%
G = 3.23%
B = 53.45%

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

#C90FF8 (or 0xC90FF8) is known color: Electric Purple. HEX triplet: C9, 0F and F8. RGB value is (201,15,248). Sum of RGB (Red+Green+Blue) = 201+15+248=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #C90FF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90FF8 is #36F007. Grayscale: #606060. Windows color (decimal): -3600392 or 16256969. OLE color: 16256969.

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

Color convert

RGB 201 15 248 -
CMYK 0.19 0.94 0 0.03
HSL 287.9º 0.94% 0.52% -
HSV(B) 287.9º 0.94% 0.97% -
XYZ 41.2 19.54 90.41 -
YUV 97.18 213.12 202.05 -
System Red Green Blue C M Y K H S L
Decimal 201 15 248 0.19 0.94 0 0.03 287.9 0.94 0.52
Hex C9 F F8 13 5E 0 3 120 5E 34
Octal 311 17 370 23 136 0 3 440 136 64
Binary 11001001 1111 11111000 10011 1011110 0 11 100100000 1011110 110100

Color Harmonies of #C90FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FF8

Black with #C90FF8

Text Example


Text Example

White with #C90FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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