Html Css Color HEX #C91DED Electric Purple

📋 copy color: '#C91DED'

red 201 ◦ green 29 ◦ blue 237

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

Shades of Electric Purple #C91DED

Tints of Electric Purple #C91DED

RGB

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

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

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

R = 43.04%
G = 6.21%
B = 50.75%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C91DED (or 0xC91DED) is known color: Electric Purple. HEX triplet: C9, 1D and ED. RGB value is (201,29,237). Sum of RGB (Red+Green+Blue) = 201+29+237=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #C91DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DED is #36E212. Grayscale: #676767. Windows color (decimal): -3596819 or 15539657. OLE color: 15539657.

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

Color convert

RGB 201 29 237 -
CMYK 0.15 0.88 0 0.07
HSL 289.62º 0.85% 0.52% -
HSV(B) 289.62º 0.88% 0.93% -
XYZ 39.81 19.41 81.77 -
YUV 104.14 202.98 197.09 -
System Red Green Blue C M Y K H S L
Decimal 201 29 237 0.15 0.88 0 0.07 289.62 0.85 0.52
Hex C9 1D ED F 58 0 7 122 55 34
Octal 311 35 355 17 130 0 7 442 125 64
Binary 11001001 11101 11101101 1111 1011000 0 111 100100010 1010101 110100

Color Harmonies of #C91DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DED

Black with #C91DED

Text Example


Text Example

White with #C91DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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