Html Css Color HEX #C908EF Electric Purple

📋 copy color: '#C908EF'

red 201 ◦ green 8 ◦ blue 239

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

Shades of Electric Purple #C908EF

Tints of Electric Purple #C908EF

RGB

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

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

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

R = 44.87%
G = 1.79%
B = 53.35%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C908EF (or 0xC908EF) is known color: Electric Purple. HEX triplet: C9, 08 and EF. RGB value is (201,8,239). Sum of RGB (Red+Green+Blue) = 201+8+239=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 8 (3.52% from 255 or 1.79% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #C908EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C908EF is #36F710. Grayscale: #5B5B5B. Windows color (decimal): -3602193 or 15665353. OLE color: 15665353.

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

Color convert

RGB 201 8 239 -
CMYK 0.16 0.97 0 0.06
HSL 290.13º 0.94% 0.48% -
HSV(B) 290.13º 0.97% 0.94% -
XYZ 39.75 18.82 83.2 -
YUV 92.04 210.94 205.72 -
System Red Green Blue C M Y K H S L
Decimal 201 8 239 0.16 0.97 0 0.06 290.13 0.94 0.48
Hex C9 8 EF 10 61 0 6 122 5E 30
Octal 311 10 357 20 141 0 6 442 136 60
Binary 11001001 1000 11101111 10000 1100001 0 110 100100010 1011110 110000

Color Harmonies of #C908EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908EF

Black with #C908EF

Text Example


Text Example

White with #C908EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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