Html Css Color HEX #C91BED Electric Purple

📋 copy color: '#C91BED'

red 201 ◦ green 27 ◦ blue 237

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

Shades of Electric Purple #C91BED

Tints of Electric Purple #C91BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.81%

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 43.23%
G = 5.81%
B = 50.97%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C91BED (or 0xC91BED) is known color: Electric Purple. HEX triplet: C9, 1B and ED. RGB value is (201,27,237). Sum of RGB (Red+Green+Blue) = 201+27+237=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #C91BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BED is #36E412. Grayscale: #666666. Windows color (decimal): -3597331 or 15539145. OLE color: 15539145.

HSL color Cylindrical-coordinate representation of color #C91BED: hue angle of 289.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91BED is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 27 237 -
CMYK 0.15 0.89 0 0.07
HSL 289.71º 0.85% 0.52% -
HSV(B) 289.71º 0.89% 0.93% -
XYZ 39.77 19.32 81.75 -
YUV 102.97 203.65 197.92 -
System Red Green Blue C M Y K H S L
Decimal 201 27 237 0.15 0.89 0 0.07 289.71 0.85 0.52
Hex C9 1B ED F 59 0 7 122 55 34
Octal 311 33 355 17 131 0 7 442 125 64
Binary 11001001 11011 11101101 1111 1011001 0 111 100100010 1010101 110100

Color Harmonies of #C91BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BED

Black with #C91BED

Text Example


Text Example

White with #C91BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BED; }

 p { color: rgb(201,27,237); }

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

background-color css

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

 a { background-color: rgb(201,27,237); }

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

border-color css

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

 span { border-color: rgb(201,27,237); }

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