Html Css Color HEX #C91DEB Electric Purple

📋 copy color: '#C91DEB'

red 201 ◦ green 29 ◦ blue 235

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

Shades of Electric Purple #C91DEB

Tints of Electric Purple #C91DEB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.24%

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

R = 43.23%
G = 6.24%
B = 50.54%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C91DEB (or 0xC91DEB) is known color: Electric Purple. HEX triplet: C9, 1D and EB. RGB value is (201,29,235). Sum of RGB (Red+Green+Blue) = 201+29+235=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #C91DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DEB is #36E214. Grayscale: #676767. Windows color (decimal): -3596821 or 15408585. OLE color: 15408585.

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

Color convert

RGB 201 29 235 -
CMYK 0.14 0.88 0 0.08
HSL 290.1º 0.84% 0.52% -
HSV(B) 290.1º 0.88% 0.92% -
XYZ 39.52 19.29 80.24 -
YUV 103.91 201.98 197.25 -
System Red Green Blue C M Y K H S L
Decimal 201 29 235 0.14 0.88 0 0.08 290.1 0.84 0.52
Hex C9 1D EB E 58 0 8 122 54 34
Octal 311 35 353 16 130 0 10 442 124 64
Binary 11001001 11101 11101011 1110 1011000 0 1000 100100010 1010100 110100

Color Harmonies of #C91DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DEB

Black with #C91DEB

Text Example


Text Example

White with #C91DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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