Html Css Color HEX #C91EEB Electric Purple

📋 copy color: '#C91EEB'

red 201 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #C91EEB

Tints of Electric Purple #C91EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 43.13%
G = 6.44%
B = 50.43%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C91EEB (or 0xC91EEB) is known color: Electric Purple. HEX triplet: C9, 1E and EB. RGB value is (201,30,235). Sum of RGB (Red+Green+Blue) = 201+30+235=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #C91EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91EEB is #36E114. Grayscale: #676767. Windows color (decimal): -3596565 or 15408841. OLE color: 15408841.

HSL color Cylindrical-coordinate representation of color #C91EEB: hue angle of 290.05º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91EEB is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 30 235 -
CMYK 0.14 0.87 0 0.08
HSL 290.05º 0.84% 0.52% -
HSV(B) 290.05º 0.87% 0.92% -
XYZ 39.55 19.34 80.25 -
YUV 104.5 201.65 196.83 -
System Red Green Blue C M Y K H S L
Decimal 201 30 235 0.14 0.87 0 0.08 290.05 0.84 0.52
Hex C9 1E EB E 57 0 8 122 54 34
Octal 311 36 353 16 127 0 10 442 124 64
Binary 11001001 11110 11101011 1110 1010111 0 1000 100100010 1010100 110100

Color Harmonies of #C91EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91EEB

Black with #C91EEB

Text Example


Text Example

White with #C91EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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