Html Css Color HEX #C901EB Electric Purple

📋 copy color: '#C901EB'

red 201 ◦ green 1 ◦ blue 235

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

Shades of Electric Purple #C901EB

Tints of Electric Purple #C901EB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 46%
G = 0.23%
B = 53.78%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C901EB (or 0xC901EB) is known color: Electric Purple. HEX triplet: C9, 01 and EB. RGB value is (201,1,235). Sum of RGB (Red+Green+Blue) = 201+1+235=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #C901EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901EB is #36FE14. Grayscale: #565656. Windows color (decimal): -3603989 or 15401417. OLE color: 15401417.

HSL color Cylindrical-coordinate representation of color #C901EB: hue angle of 291.28º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901EB is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 1 235 -
CMYK 0.14 1.00 0 0.08
HSL 291.28º 0.99% 0.46% -
HSV(B) 291.28º 1% 0.92% -
XYZ 39.09 18.44 80.1 -
YUV 87.48 211.26 208.97 -
System Red Green Blue C M Y K H S L
Decimal 201 1 235 0.14 1.00 0 0.08 291.28 0.99 0.46
Hex C9 1 EB E 64 0 8 123 63 2E
Octal 311 1 353 16 144 0 10 443 143 56
Binary 11001001 1 11101011 1110 1100100 0 1000 100100011 1100011 101110

Color Harmonies of #C901EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901EB

Black with #C901EB

Text Example


Text Example

White with #C901EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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