Html Css Color HEX #C702EC Electric Purple

📋 copy color: '#C702EC'

red 199 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #C702EC

Tints of Electric Purple #C702EC

RGB

 RED value IS 199 (78.13% from 255) = 45.54%

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

 BLUE value IS 236 (92.58% from 255) = 54%

R = 45.54%
G = 0.46%
B = 54%

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

#C702EC (or 0xC702EC) is known color: Electric Purple. HEX triplet: C7, 02 and EC. RGB value is (199,2,236). Sum of RGB (Red+Green+Blue) = 199+2+236=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #C702EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702EC is #38FD13. Grayscale: #565656. Windows color (decimal): -3734804 or 15467207. OLE color: 15467207.

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

Color convert

RGB 199 2 236 -
CMYK 0.16 0.99 0 0.07
HSL 290.51º 0.98% 0.47% -
HSV(B) 290.51º 0.99% 0.93% -
XYZ 38.72 18.24 80.84 -
YUV 87.58 211.77 207.47 -
System Red Green Blue C M Y K H S L
Decimal 199 2 236 0.16 0.99 0 0.07 290.51 0.98 0.47
Hex C7 2 EC 10 63 0 7 123 62 2F
Octal 307 2 354 20 143 0 7 443 142 57
Binary 11000111 10 11101100 10000 1100011 0 111 100100011 1100010 101111

Color Harmonies of #C702EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C702EC

Black with #C702EC

Text Example


Text Example

White with #C702EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C702EC; }

 p { color: rgb(199,2,236); }

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

background-color css

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

 a { background-color: rgb(199,2,236); }

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

border-color css

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

 span { border-color: rgb(199,2,236); }

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