Html Css Color HEX #C916EF Electric Purple

📋 copy color: '#C916EF'

red 201 ◦ green 22 ◦ blue 239

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

Shades of Electric Purple #C916EF

Tints of Electric Purple #C916EF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.76%

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

R = 43.51%
G = 4.76%
B = 51.73%

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

#C916EF (or 0xC916EF) is known color: Electric Purple. HEX triplet: C9, 16 and EF. RGB value is (201,22,239). Sum of RGB (Red+Green+Blue) = 201+22+239=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #C916EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916EF is #36E910. Grayscale: #636363. Windows color (decimal): -3598609 or 15668937. OLE color: 15668937.

HSL color Cylindrical-coordinate representation of color #C916EF: hue angle of 289.49º 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 #C916EF is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 22 239 -
CMYK 0.16 0.91 0 0.06
HSL 289.49º 0.87% 0.51% -
HSV(B) 289.49º 0.91% 0.94% -
XYZ 39.95 19.22 83.27 -
YUV 100.26 206.3 199.86 -
System Red Green Blue C M Y K H S L
Decimal 201 22 239 0.16 0.91 0 0.06 289.49 0.87 0.51
Hex C9 16 EF 10 5B 0 6 121 57 33
Octal 311 26 357 20 133 0 6 441 127 63
Binary 11001001 10110 11101111 10000 1011011 0 110 100100001 1010111 110011

Color Harmonies of #C916EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916EF

Black with #C916EF

Text Example


Text Example

White with #C916EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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