Html Css Color HEX #C908EC Electric Purple

📋 copy color: '#C908EC'

red 201 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #C908EC

Tints of Electric Purple #C908EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.8%

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 45.17%
G = 1.8%
B = 53.03%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C908EC (or 0xC908EC) is known color: Electric Purple. HEX triplet: C9, 08 and EC. RGB value is (201,8,236). Sum of RGB (Red+Green+Blue) = 201+8+236=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #C908EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C908EC is #36F713. Grayscale: #5A5A5A. Windows color (decimal): -3602196 or 15468745. OLE color: 15468745.

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

Color convert

RGB 201 8 236 -
CMYK 0.15 0.97 0 0.07
HSL 290.79º 0.93% 0.48% -
HSV(B) 290.79º 0.97% 0.93% -
XYZ 39.31 18.65 80.88 -
YUV 91.7 209.44 205.96 -
System Red Green Blue C M Y K H S L
Decimal 201 8 236 0.15 0.97 0 0.07 290.79 0.93 0.48
Hex C9 8 EC F 61 0 7 123 5D 30
Octal 311 10 354 17 141 0 7 443 135 60
Binary 11001001 1000 11101100 1111 1100001 0 111 100100011 1011101 110000

Color Harmonies of #C908EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908EC

Black with #C908EC

Text Example


Text Example

White with #C908EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908EC; }

 p { color: rgb(201,8,236); }

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

background-color css

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

 a { background-color: rgb(201,8,236); }

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

border-color css

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

 span { border-color: rgb(201,8,236); }

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