Html Css Color HEX #C91EFF Electric Purple

📋 copy color: '#C91EFF'

red 201 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #C91EFF

Tints of Electric Purple #C91EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 41.36%
G = 6.17%
B = 52.47%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C91EFF (or 0xC91EFF) is known color: Electric Purple. HEX triplet: C9, 1E and FF. RGB value is (201,30,255). Sum of RGB (Red+Green+Blue) = 201+30+255=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #C91EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91EFF is #36E100. Grayscale: #6A6A6A. Windows color (decimal): -3596545 or 16719561. OLE color: 16719561.

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

Color convert

RGB 201 30 255 -
CMYK 0.21 0.88 0 0
HSL 285.6º 1% 0.56% -
HSV(B) 285.6º 0.88% 1% -
XYZ 42.6 20.57 96.33 -
YUV 106.78 211.65 195.2 -
System Red Green Blue C M Y K H S L
Decimal 201 30 255 0.21 0.88 0 0 285.6 1 0.56
Hex C9 1E FF 15 58 0 0 11E 64 38
Octal 311 36 377 25 130 0 0 436 144 70
Binary 11001001 11110 11111111 10101 1011000 0 0 100011110 1100100 111000

Color Harmonies of #C91EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91EFF

Black with #C91EFF

Text Example


Text Example

White with #C91EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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