Html Css Color HEX #C802EE Electric Purple

📋 copy color: '#C802EE'

red 200 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #C802EE

Tints of Electric Purple #C802EE

RGB

 RED value IS 200 (78.52% from 255) = 45.45%

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

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

R = 45.45%
G = 0.45%
B = 54.09%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C802EE (or 0xC802EE) is known color: Electric Purple. HEX triplet: C8, 02 and EE. RGB value is (200,2,238). Sum of RGB (Red+Green+Blue) = 200+2+238=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #C802EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C802EE is #37FD11. Grayscale: #575757. Windows color (decimal): -3669266 or 15598280. OLE color: 15598280.

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

Color convert

RGB 200 2 238 -
CMYK 0.16 0.99 0 0.07
HSL 290.34º 0.98% 0.47% -
HSV(B) 290.34º 0.99% 0.93% -
XYZ 39.27 18.5 82.39 -
YUV 88.11 212.6 207.81 -
System Red Green Blue C M Y K H S L
Decimal 200 2 238 0.16 0.99 0 0.07 290.34 0.98 0.47
Hex C8 2 EE 10 63 0 7 122 62 2F
Octal 310 2 356 20 143 0 7 442 142 57
Binary 11001000 10 11101110 10000 1100011 0 111 100100010 1100010 101111

Color Harmonies of #C802EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802EE

Black with #C802EE

Text Example


Text Example

White with #C802EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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