Html Css Color HEX #C708EA Electric Purple

📋 copy color: '#C708EA'

red 199 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #C708EA

Tints of Electric Purple #C708EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

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

R = 45.12%
G = 1.81%
B = 53.06%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C708EA (or 0xC708EA) is known color: Electric Purple. HEX triplet: C7, 08 and EA. RGB value is (199,8,234). Sum of RGB (Red+Green+Blue) = 199+8+234=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #C708EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C708EA is #38F715. Grayscale: #5A5A5A. Windows color (decimal): -3733270 or 15337671. OLE color: 15337671.

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

Color convert

RGB 199 8 234 -
CMYK 0.15 0.97 0 0.08
HSL 290.71º 0.93% 0.47% -
HSV(B) 290.71º 0.97% 0.92% -
XYZ 38.49 18.26 79.34 -
YUV 90.87 208.78 205.12 -
System Red Green Blue C M Y K H S L
Decimal 199 8 234 0.15 0.97 0 0.08 290.71 0.93 0.47
Hex C7 8 EA F 61 0 8 123 5D 2F
Octal 307 10 352 17 141 0 10 443 135 57
Binary 11000111 1000 11101010 1111 1100001 0 1000 100100011 1011101 101111

Color Harmonies of #C708EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708EA

Black with #C708EA

Text Example


Text Example

White with #C708EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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