Html Css Color HEX #C102EB Electric Purple

📋 copy color: '#C102EB'

red 193 ◦ green 2 ◦ blue 235

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

Shades of Electric Purple #C102EB

Tints of Electric Purple #C102EB

RGB

 RED value IS 193 (75.78% from 255) = 44.88%

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

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

R = 44.88%
G = 0.47%
B = 54.65%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C102EB (or 0xC102EB) is known color: Electric Purple. HEX triplet: C1, 02 and EB. RGB value is (193,2,235). Sum of RGB (Red+Green+Blue) = 193+2+235=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #C102EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102EB is #3EFD14. Grayscale: #545454. Windows color (decimal): -4128021 or 15401665. OLE color: 15401665.

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

Color convert

RGB 193 2 235 -
CMYK 0.18 0.99 0 0.08
HSL 289.18º 0.98% 0.46% -
HSV(B) 289.18º 0.99% 0.92% -
XYZ 37.01 17.38 80 -
YUV 85.67 212.28 204.55 -
System Red Green Blue C M Y K H S L
Decimal 193 2 235 0.18 0.99 0 0.08 289.18 0.98 0.46
Hex C1 2 EB 12 63 0 8 121 62 2E
Octal 301 2 353 22 143 0 10 441 142 56
Binary 11000001 10 11101011 10010 1100011 0 1000 100100001 1100010 101110

Color Harmonies of #C102EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C102EB

Black with #C102EB

Text Example


Text Example

White with #C102EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C102EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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