Html Css Color HEX #C915EF Electric Purple

📋 copy color: '#C915EF'

red 201 ◦ green 21 ◦ blue 239

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

Shades of Electric Purple #C915EF

Tints of Electric Purple #C915EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.56%

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

R = 43.6%
G = 4.56%
B = 51.84%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C915EF (or 0xC915EF) is known color: Electric Purple. HEX triplet: C9, 15 and EF. RGB value is (201,21,239). Sum of RGB (Red+Green+Blue) = 201+21+239=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #C915EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C915EF is #36EA10. Grayscale: #626262. Windows color (decimal): -3598865 or 15668681. OLE color: 15668681.

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

Color convert

RGB 201 21 239 -
CMYK 0.16 0.91 0 0.06
HSL 289.54º 0.87% 0.51% -
HSV(B) 289.54º 0.91% 0.94% -
XYZ 39.94 19.19 83.26 -
YUV 99.67 206.63 200.27 -
System Red Green Blue C M Y K H S L
Decimal 201 21 239 0.16 0.91 0 0.06 289.54 0.87 0.51
Hex C9 15 EF 10 5B 0 6 122 57 33
Octal 311 25 357 20 133 0 6 442 127 63
Binary 11001001 10101 11101111 10000 1011011 0 110 100100010 1010111 110011

Color Harmonies of #C915EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915EF

Black with #C915EF

Text Example


Text Example

White with #C915EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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