Html Css Color HEX #C900EE Electric Purple

📋 copy color: '#C900EE'

red 201 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #C900EE

Tints of Electric Purple #C900EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 45.79%
G = 0%
B = 54.21%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C900EE (or 0xC900EE) is known color: Electric Purple. HEX triplet: C9, 00 and EE. RGB value is (201,0,238). Sum of RGB (Red+Green+Blue) = 201+0+238=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #C900EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900EE is #36FF11. Grayscale: #565656. Windows color (decimal): -3604242 or 15597769. OLE color: 15597769.

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

Color convert

RGB 201 0 238 -
CMYK 0.16 1 0 0.07
HSL 290.67º 1% 0.47% -
HSV(B) 290.67º 1% 0.93% -
XYZ 39.52 18.59 82.39 -
YUV 87.23 213.09 209.15 -
System Red Green Blue C M Y K H S L
Decimal 201 0 238 0.16 1 0 0.07 290.67 1 0.47
Hex C9 0 EE 10 64 0 7 123 64 2F
Octal 311 0 356 20 144 0 7 443 144 57
Binary 11001001 0 11101110 10000 1100100 0 111 100100011 1100100 101111

Color Harmonies of #C900EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900EE

Black with #C900EE

Text Example


Text Example

White with #C900EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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