Html Css Color HEX #C70EFF Electric Purple

📋 copy color: '#C70EFF'

red 199 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #C70EFF

Tints of Electric Purple #C70EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.99%

 BLUE value IS 255 (100% from 255) = 54.49%

R = 42.52%
G = 2.99%
B = 54.49%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C70EFF (or 0xC70EFF) is known color: Electric Purple. HEX triplet: C7, 0E and FF. RGB value is (199,14,255). Sum of RGB (Red+Green+Blue) = 199+14+255=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #C70EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70EFF is #38F100. Grayscale: #606060. Windows color (decimal): -3731713 or 16715463. OLE color: 16715463.

HSL color Cylindrical-coordinate representation of color #C70EFF: hue angle of 286.06º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70EFF is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 14 255 -
CMYK 0.22 0.95 0 0
HSL 286.06º 1% 0.53% -
HSV(B) 286.06º 0.95% 1% -
XYZ 41.76 19.68 96.2 -
YUV 96.79 217.29 200.9 -
System Red Green Blue C M Y K H S L
Decimal 199 14 255 0.22 0.95 0 0 286.06 1 0.53
Hex C7 E FF 16 5F 0 0 11E 64 35
Octal 307 16 377 26 137 0 0 436 144 65
Binary 11000111 1110 11111111 10110 1011111 0 0 100011110 1100100 110101

Color Harmonies of #C70EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EFF

Black with #C70EFF

Text Example


Text Example

White with #C70EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EFF; }

 p { color: rgb(199,14,255); }

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

background-color css

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

 a { background-color: rgb(199,14,255); }

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

border-color css

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

 span { border-color: rgb(199,14,255); }

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