Html Css Color HEX #C926EF Electric Purple

📋 copy color: '#C926EF'

red 201 ◦ green 38 ◦ blue 239

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

Shades of Electric Purple #C926EF

Tints of Electric Purple #C926EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 42.05%
G = 7.95%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C926EF (or 0xC926EF) is known color: Electric Purple. HEX triplet: C9, 26 and EF. RGB value is (201,38,239). Sum of RGB (Red+Green+Blue) = 201+38+239=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 38 (15.23% from 255 or 7.95% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #C926EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C926EF is #36D910. Grayscale: #6D6D6D. Windows color (decimal): -3594513 or 15673033. OLE color: 15673033.

HSL color Cylindrical-coordinate representation of color #C926EF: hue angle of 288.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C926EF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 38 239 -
CMYK 0.16 0.84 0 0.06
HSL 288.66º 0.86% 0.54% -
HSV(B) 288.66º 0.84% 0.94% -
XYZ 40.36 20.04 83.4 -
YUV 109.65 201 193.16 -
System Red Green Blue C M Y K H S L
Decimal 201 38 239 0.16 0.84 0 0.06 288.66 0.86 0.54
Hex C9 26 EF 10 54 0 6 121 56 36
Octal 311 46 357 20 124 0 6 441 126 66
Binary 11001001 100110 11101111 10000 1010100 0 110 100100001 1010110 110110

Color Harmonies of #C926EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C926EF

Black with #C926EF

Text Example


Text Example

White with #C926EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C926EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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