Html Css Color HEX #C502EB Electric Purple

📋 copy color: '#C502EB'

red 197 ◦ green 2 ◦ blue 235

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

Shades of Electric Purple #C502EB

Tints of Electric Purple #C502EB

RGB

 RED value IS 197 (77.34% from 255) = 45.39%

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

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

R = 45.39%
G = 0.46%
B = 54.15%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C502EB (or 0xC502EB) is known color: Electric Purple. HEX triplet: C5, 02 and EB. RGB value is (197,2,235). Sum of RGB (Red+Green+Blue) = 197+2+235=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #C502EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502EB is #3AFD14. Grayscale: #565656. Windows color (decimal): -3865877 or 15401669. OLE color: 15401669.

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

Color convert

RGB 197 2 235 -
CMYK 0.16 0.99 0 0.08
HSL 290.21º 0.98% 0.46% -
HSV(B) 290.21º 0.99% 0.92% -
XYZ 38.04 17.91 80.05 -
YUV 86.87 211.6 206.55 -
System Red Green Blue C M Y K H S L
Decimal 197 2 235 0.16 0.99 0 0.08 290.21 0.98 0.46
Hex C5 2 EB 10 63 0 8 122 62 2E
Octal 305 2 353 20 143 0 10 442 142 56
Binary 11000101 10 11101011 10000 1100011 0 1000 100100010 1100010 101110

Color Harmonies of #C502EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502EB

Black with #C502EB

Text Example


Text Example

White with #C502EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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