Html Css Color HEX #C902EC Electric Purple

📋 copy color: '#C902EC'

red 201 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #C902EC

Tints of Electric Purple #C902EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 45.79%
G = 0.46%
B = 53.76%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C902EC (or 0xC902EC) is known color: Electric Purple. HEX triplet: C9, 02 and EC. RGB value is (201,2,236). Sum of RGB (Red+Green+Blue) = 201+2+236=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #C902EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902EC is #36FD13. Grayscale: #575757. Windows color (decimal): -3603732 or 15467209. OLE color: 15467209.

HSL color Cylindrical-coordinate representation of color #C902EC: hue angle of 291.03º 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 #C902EC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 2 236 -
CMYK 0.15 0.99 0 0.07
HSL 291.03º 0.98% 0.47% -
HSV(B) 291.03º 0.99% 0.93% -
XYZ 39.25 18.52 80.86 -
YUV 88.18 211.43 208.47 -
System Red Green Blue C M Y K H S L
Decimal 201 2 236 0.15 0.99 0 0.07 291.03 0.98 0.47
Hex C9 2 EC F 63 0 7 123 62 2F
Octal 311 2 354 17 143 0 7 443 142 57
Binary 11001001 10 11101100 1111 1100011 0 111 100100011 1100010 101111

Color Harmonies of #C902EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C902EC

Black with #C902EC

Text Example


Text Example

White with #C902EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C902EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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