Html Css Color HEX #C900ED Electric Purple

📋 copy color: '#C900ED'

red 201 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #C900ED

Tints of Electric Purple #C900ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.89%
G = 0%
B = 54.11%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C900ED (or 0xC900ED) is known color: Electric Purple. HEX triplet: C9, 00 and ED. RGB value is (201,0,237). Sum of RGB (Red+Green+Blue) = 201+0+237=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #C900ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900ED is #36FF12. Grayscale: #565656. Windows color (decimal): -3604243 or 15532233. OLE color: 15532233.

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

Color convert

RGB 201 0 237 -
CMYK 0.15 1 0 0.07
HSL 290.89º 1% 0.46% -
HSV(B) 290.89º 1% 0.93% -
XYZ 39.37 18.53 81.62 -
YUV 87.12 212.59 209.23 -
System Red Green Blue C M Y K H S L
Decimal 201 0 237 0.15 1 0 0.07 290.89 1 0.46
Hex C9 0 ED F 64 0 7 123 64 2E
Octal 311 0 355 17 144 0 7 443 144 56
Binary 11001001 0 11101101 1111 1100100 0 111 100100011 1100100 101110

Color Harmonies of #C900ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900ED

Black with #C900ED

Text Example


Text Example

White with #C900ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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