Html Css Color HEX #C202EB Electric Purple

📋 copy color: '#C202EB'

red 194 ◦ green 2 ◦ blue 235

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

Shades of Electric Purple #C202EB

Tints of Electric Purple #C202EB

RGB

 RED value IS 194 (76.17% from 255) = 45.01%

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 45.01%
G = 0.46%
B = 54.52%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C202EB (or 0xC202EB) is known color: Electric Purple. HEX triplet: C2, 02 and EB. RGB value is (194,2,235). Sum of RGB (Red+Green+Blue) = 194+2+235=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #C202EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202EB is #3DFD14. Grayscale: #555555. Windows color (decimal): -4062485 or 15401666. OLE color: 15401666.

HSL color Cylindrical-coordinate representation of color #C202EB: hue angle of 289.44º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202EB is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 2 235 -
CMYK 0.17 0.99 0 0.08
HSL 289.44º 0.98% 0.46% -
HSV(B) 289.44º 0.99% 0.92% -
XYZ 37.27 17.51 80.01 -
YUV 85.97 212.11 205.05 -
System Red Green Blue C M Y K H S L
Decimal 194 2 235 0.17 0.99 0 0.08 289.44 0.98 0.46
Hex C2 2 EB 11 63 0 8 121 62 2E
Octal 302 2 353 21 143 0 10 441 142 56
Binary 11000010 10 11101011 10001 1100011 0 1000 100100001 1100010 101110

Color Harmonies of #C202EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C202EB

Black with #C202EB

Text Example


Text Example

White with #C202EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C202EB; }

 p { color: rgb(194,2,235); }

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

background-color css

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

 a { background-color: rgb(194,2,235); }

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

border-color css

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

 span { border-color: rgb(194,2,235); }

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