Html Css Color HEX #C102EE Electric Purple

📋 copy color: '#C102EE'

red 193 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #C102EE

Tints of Electric Purple #C102EE

RGB

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

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

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

R = 44.57%
G = 0.46%
B = 54.97%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C102EE (or 0xC102EE) is known color: Electric Purple. HEX triplet: C1, 02 and EE. RGB value is (193,2,238). Sum of RGB (Red+Green+Blue) = 193+2+238=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #C102EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102EE is #3EFD11. Grayscale: #555555. Windows color (decimal): -4128018 or 15598273. OLE color: 15598273.

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

Color convert

RGB 193 2 238 -
CMYK 0.19 0.99 0 0.07
HSL 288.56º 0.98% 0.47% -
HSV(B) 288.56º 0.99% 0.93% -
XYZ 37.45 17.55 82.3 -
YUV 86.01 213.78 204.31 -
System Red Green Blue C M Y K H S L
Decimal 193 2 238 0.19 0.99 0 0.07 288.56 0.98 0.47
Hex C1 2 EE 13 63 0 7 121 62 2F
Octal 301 2 356 23 143 0 7 441 142 57
Binary 11000001 10 11101110 10011 1100011 0 111 100100001 1100010 101111

Color Harmonies of #C102EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C102EE

Black with #C102EE

Text Example


Text Example

White with #C102EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C102EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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