Html Css Color HEX #C908EB Electric Purple

📋 copy color: '#C908EB'

red 201 ◦ green 8 ◦ blue 235

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

Shades of Electric Purple #C908EB

Tints of Electric Purple #C908EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 45.27%
G = 1.8%
B = 52.93%

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

#C908EB (or 0xC908EB) is known color: Electric Purple. HEX triplet: C9, 08 and EB. RGB value is (201,8,235). Sum of RGB (Red+Green+Blue) = 201+8+235=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #C908EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C908EB is #36F714. Grayscale: #5A5A5A. Windows color (decimal): -3602197 or 15403209. OLE color: 15403209.

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

Color convert

RGB 201 8 235 -
CMYK 0.14 0.97 0 0.08
HSL 291.01º 0.93% 0.48% -
HSV(B) 291.01º 0.97% 0.92% -
XYZ 39.17 18.59 80.12 -
YUV 91.59 208.94 206.04 -
System Red Green Blue C M Y K H S L
Decimal 201 8 235 0.14 0.97 0 0.08 291.01 0.93 0.48
Hex C9 8 EB E 61 0 8 123 5D 30
Octal 311 10 353 16 141 0 10 443 135 60
Binary 11001001 1000 11101011 1110 1100001 0 1000 100100011 1011101 110000

Color Harmonies of #C908EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908EB

Black with #C908EB

Text Example


Text Example

White with #C908EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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