Html Css Color HEX #C90FFE Electric Purple

📋 copy color: '#C90FFE'

red 201 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #C90FFE

Tints of Electric Purple #C90FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 42.77%
G = 3.19%
B = 54.04%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C90FFE (or 0xC90FFE) is known color: Electric Purple. HEX triplet: C9, 0F and FE. RGB value is (201,15,254). Sum of RGB (Red+Green+Blue) = 201+15+254=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #C90FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90FFE is #36F001. Grayscale: #616161. Windows color (decimal): -3600386 or 16650185. OLE color: 16650185.

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

Color convert

RGB 201 15 254 -
CMYK 0.21 0.94 0 0.00
HSL 286.69º 0.99% 0.53% -
HSV(B) 286.69º 0.94% 1% -
XYZ 42.15 19.91 95.39 -
YUV 97.86 216.12 201.57 -
System Red Green Blue C M Y K H S L
Decimal 201 15 254 0.21 0.94 0 0.00 286.69 0.99 0.53
Hex C9 F FE 15 5E 0 0 11F 63 35
Octal 311 17 376 25 136 0 0 437 143 65
Binary 11001001 1111 11111110 10101 1011110 0 0 100011111 1100011 110101

Color Harmonies of #C90FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FFE

Black with #C90FFE

Text Example


Text Example

White with #C90FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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