Html Css Color HEX #C700EA Electric Purple

📋 copy color: '#C700EA'

red 199 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #C700EA

Tints of Electric Purple #C700EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 54.04%

R = 45.96%
G = 0%
B = 54.04%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C700EA (or 0xC700EA) is known color: Electric Purple. HEX triplet: C7, 00 and EA. RGB value is (199,0,234). Sum of RGB (Red+Green+Blue) = 199+0+234=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #C700EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700EA is #38FF15. Grayscale: #555555. Windows color (decimal): -3735318 or 15335623. OLE color: 15335623.

HSL color Cylindrical-coordinate representation of color #C700EA: hue angle of 291.03º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700EA is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 0 234 -
CMYK 0.15 1 0 0.08
HSL 291.03º 1% 0.46% -
HSV(B) 291.03º 1% 0.92% -
XYZ 38.4 18.08 79.31 -
YUV 86.18 211.43 208.47 -
System Red Green Blue C M Y K H S L
Decimal 199 0 234 0.15 1 0 0.08 291.03 1 0.46
Hex C7 0 EA F 64 0 8 123 64 2E
Octal 307 0 352 17 144 0 10 443 144 56
Binary 11000111 0 11101010 1111 1100100 0 1000 100100011 1100100 101110

Color Harmonies of #C700EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700EA

Black with #C700EA

Text Example


Text Example

White with #C700EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700EA; }

 p { color: rgb(199,0,234); }

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

background-color css

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

 a { background-color: rgb(199,0,234); }

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

border-color css

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

 span { border-color: rgb(199,0,234); }

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