Html Css Color HEX #C908EA Electric Purple

📋 copy color: '#C908EA'

red 201 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #C908EA

Tints of Electric Purple #C908EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 45.37%
G = 1.81%
B = 52.82%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C908EA (or 0xC908EA) is known color: Electric Purple. HEX triplet: C9, 08 and EA. RGB value is (201,8,234). Sum of RGB (Red+Green+Blue) = 201+8+234=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #C908EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C908EA is #36F715. Grayscale: #5A5A5A. Windows color (decimal): -3602198 or 15337673. OLE color: 15337673.

HSL color Cylindrical-coordinate representation of color #C908EA: hue angle of 291.24º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C908EA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 8 234 -
CMYK 0.14 0.97 0 0.08
HSL 291.24º 0.93% 0.47% -
HSV(B) 291.24º 0.97% 0.92% -
XYZ 39.03 18.53 79.36 -
YUV 91.47 208.44 206.12 -
System Red Green Blue C M Y K H S L
Decimal 201 8 234 0.14 0.97 0 0.08 291.24 0.93 0.47
Hex C9 8 EA E 61 0 8 123 5D 2F
Octal 311 10 352 16 141 0 10 443 135 57
Binary 11001001 1000 11101010 1110 1100001 0 1000 100100011 1011101 101111

Color Harmonies of #C908EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908EA

Black with #C908EA

Text Example


Text Example

White with #C908EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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