Html Css Color HEX #C926ED Electric Purple

📋 copy color: '#C926ED'

red 201 ◦ green 38 ◦ blue 237

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

Shades of Electric Purple #C926ED

Tints of Electric Purple #C926ED

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.98%

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

R = 42.23%
G = 7.98%
B = 49.79%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C926ED (or 0xC926ED) is known color: Electric Purple. HEX triplet: C9, 26 and ED. RGB value is (201,38,237). Sum of RGB (Red+Green+Blue) = 201+38+237=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #C926ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C926ED is #36D912. Grayscale: #6C6C6C. Windows color (decimal): -3594515 or 15541961. OLE color: 15541961.

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

Color convert

RGB 201 38 237 -
CMYK 0.15 0.84 0 0.07
HSL 289.15º 0.85% 0.54% -
HSV(B) 289.15º 0.84% 0.93% -
XYZ 40.07 19.92 81.85 -
YUV 109.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 201 38 237 0.15 0.84 0 0.07 289.15 0.85 0.54
Hex C9 26 ED F 54 0 7 121 55 36
Octal 311 46 355 17 124 0 7 441 125 66
Binary 11001001 100110 11101101 1111 1010100 0 111 100100001 1010101 110110

Color Harmonies of #C926ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C926ED

Black with #C926ED

Text Example


Text Example

White with #C926ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C926ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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