Html Css Color HEX #C916ED Electric Purple

📋 copy color: '#C916ED'

red 201 ◦ green 22 ◦ blue 237

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

Shades of Electric Purple #C916ED

Tints of Electric Purple #C916ED

RGB

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

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

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

R = 43.7%
G = 4.78%
B = 51.52%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C916ED (or 0xC916ED) is known color: Electric Purple. HEX triplet: C9, 16 and ED. RGB value is (201,22,237). Sum of RGB (Red+Green+Blue) = 201+22+237=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #C916ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916ED is #36E912. Grayscale: #636363. Windows color (decimal): -3598611 or 15537865. OLE color: 15537865.

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

Color convert

RGB 201 22 237 -
CMYK 0.15 0.91 0 0.07
HSL 289.95º 0.86% 0.51% -
HSV(B) 289.95º 0.91% 0.93% -
XYZ 39.66 19.11 81.72 -
YUV 100.03 205.3 200.02 -
System Red Green Blue C M Y K H S L
Decimal 201 22 237 0.15 0.91 0 0.07 289.95 0.86 0.51
Hex C9 16 ED F 5B 0 7 122 56 33
Octal 311 26 355 17 133 0 7 442 126 63
Binary 11001001 10110 11101101 1111 1011011 0 111 100100010 1010110 110011

Color Harmonies of #C916ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916ED

Black with #C916ED

Text Example


Text Example

White with #C916ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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