Html Css Color HEX #C902EE Electric Purple

📋 copy color: '#C902EE'

red 201 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #C902EE

Tints of Electric Purple #C902EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

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

R = 45.58%
G = 0.45%
B = 53.97%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C902EE (or 0xC902EE) is known color: Electric Purple. HEX triplet: C9, 02 and EE. RGB value is (201,2,238). Sum of RGB (Red+Green+Blue) = 201+2+238=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #C902EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902EE is #36FD11. Grayscale: #575757. Windows color (decimal): -3603730 or 15598281. OLE color: 15598281.

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

Color convert

RGB 201 2 238 -
CMYK 0.16 0.99 0 0.07
HSL 290.59º 0.98% 0.47% -
HSV(B) 290.59º 0.99% 0.93% -
XYZ 39.54 18.63 82.4 -
YUV 88.41 212.43 208.31 -
System Red Green Blue C M Y K H S L
Decimal 201 2 238 0.16 0.99 0 0.07 290.59 0.98 0.47
Hex C9 2 EE 10 63 0 7 123 62 2F
Octal 311 2 356 20 143 0 7 443 142 57
Binary 11001001 10 11101110 10000 1100011 0 111 100100011 1100010 101111

Color Harmonies of #C902EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902EE

Black with #C902EE

Text Example


Text Example

White with #C902EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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