Html Css Color HEX #C905EB Electric Purple

📋 copy color: '#C905EB'

red 201 ◦ green 5 ◦ blue 235

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

Shades of Electric Purple #C905EB

Tints of Electric Purple #C905EB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.13%

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

R = 45.58%
G = 1.13%
B = 53.29%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C905EB (or 0xC905EB) is known color: Electric Purple. HEX triplet: C9, 05 and EB. RGB value is (201,5,235). Sum of RGB (Red+Green+Blue) = 201+5+235=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #C905EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C905EB is #36FA14. Grayscale: #595959. Windows color (decimal): -3602965 or 15402441. OLE color: 15402441.

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

Color convert

RGB 201 5 235 -
CMYK 0.14 0.98 0 0.08
HSL 291.13º 0.96% 0.47% -
HSV(B) 291.13º 0.98% 0.92% -
XYZ 39.14 18.52 80.11 -
YUV 89.82 209.93 207.3 -
System Red Green Blue C M Y K H S L
Decimal 201 5 235 0.14 0.98 0 0.08 291.13 0.96 0.47
Hex C9 5 EB E 62 0 8 123 60 2F
Octal 311 5 353 16 142 0 10 443 140 57
Binary 11001001 101 11101011 1110 1100010 0 1000 100100011 1100000 101111

Color Harmonies of #C905EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C905EB

Black with #C905EB

Text Example


Text Example

White with #C905EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C905EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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