Html Css Color HEX #C91EFE Electric Purple

📋 copy color: '#C91EFE'

red 201 ◦ green 30 ◦ blue 254

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

Shades of Electric Purple #C91EFE

Tints of Electric Purple #C91EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.19%

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

R = 41.44%
G = 6.19%
B = 52.37%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C91EFE (or 0xC91EFE) is known color: Electric Purple. HEX triplet: C9, 1E and FE. RGB value is (201,30,254). Sum of RGB (Red+Green+Blue) = 201+30+254=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C91EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91EFE is #36E101. Grayscale: #696969. Windows color (decimal): -3596546 or 16654025. OLE color: 16654025.

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

Color convert

RGB 201 30 254 -
CMYK 0.21 0.88 0 0.00
HSL 285.8º 0.99% 0.56% -
HSV(B) 285.8º 0.88% 1% -
XYZ 42.44 20.5 95.49 -
YUV 106.67 211.15 195.29 -
System Red Green Blue C M Y K H S L
Decimal 201 30 254 0.21 0.88 0 0.00 285.8 0.99 0.56
Hex C9 1E FE 15 58 0 0 11E 63 38
Octal 311 36 376 25 130 0 0 436 143 70
Binary 11001001 11110 11111110 10101 1011000 0 0 100011110 1100011 111000

Color Harmonies of #C91EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91EFE

Black with #C91EFE

Text Example


Text Example

White with #C91EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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