Html Css Color HEX #C91EF7 Electric Purple

📋 copy color: '#C91EF7'

red 201 ◦ green 30 ◦ blue 247

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

Shades of Electric Purple #C91EF7

Tints of Electric Purple #C91EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 42.05%
G = 6.28%
B = 51.67%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C91EF7 (or 0xC91EF7) is known color: Electric Purple. HEX triplet: C9, 1E and F7. RGB value is (201,30,247). Sum of RGB (Red+Green+Blue) = 201+30+247=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #C91EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91EF7 is #36E108. Grayscale: #696969. Windows color (decimal): -3596553 or 16195273. OLE color: 16195273.

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

Color convert

RGB 201 30 247 -
CMYK 0.19 0.88 0 0.03
HSL 287.28º 0.93% 0.54% -
HSV(B) 287.28º 0.88% 0.97% -
XYZ 41.34 20.06 89.69 -
YUV 105.87 207.65 195.86 -
System Red Green Blue C M Y K H S L
Decimal 201 30 247 0.19 0.88 0 0.03 287.28 0.93 0.54
Hex C9 1E F7 13 58 0 3 11F 5D 36
Octal 311 36 367 23 130 0 3 437 135 66
Binary 11001001 11110 11110111 10011 1011000 0 11 100011111 1011101 110110

Color Harmonies of #C91EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91EF7

Black with #C91EF7

Text Example


Text Example

White with #C91EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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