Html Css Color HEX #C901ED Electric Purple

📋 copy color: '#C901ED'

red 201 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #C901ED

Tints of Electric Purple #C901ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.99%

R = 45.79%
G = 0.23%
B = 53.99%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C901ED (or 0xC901ED) is known color: Electric Purple. HEX triplet: C9, 01 and ED. RGB value is (201,1,237). Sum of RGB (Red+Green+Blue) = 201+1+237=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #C901ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901ED is #36FE12. Grayscale: #565656. Windows color (decimal): -3603987 or 15532489. OLE color: 15532489.

HSL color Cylindrical-coordinate representation of color #C901ED: hue angle of 290.85º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901ED is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 1 237 -
CMYK 0.15 1.00 0 0.07
HSL 290.85º 0.99% 0.47% -
HSV(B) 290.85º 1% 0.93% -
XYZ 39.38 18.55 81.63 -
YUV 87.7 212.26 208.81 -
System Red Green Blue C M Y K H S L
Decimal 201 1 237 0.15 1.00 0 0.07 290.85 0.99 0.47
Hex C9 1 ED F 64 0 7 123 63 2F
Octal 311 1 355 17 144 0 7 443 143 57
Binary 11001001 1 11101101 1111 1100100 0 111 100100011 1100011 101111

Color Harmonies of #C901ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901ED

Black with #C901ED

Text Example


Text Example

White with #C901ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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