Html Css Color HEX #C708EE Electric Purple

📋 copy color: '#C708EE'

red 199 ◦ green 8 ◦ blue 238

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

Shades of Electric Purple #C708EE

Tints of Electric Purple #C708EE

RGB

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

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

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

R = 44.72%
G = 1.8%
B = 53.48%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C708EE (or 0xC708EE) is known color: Electric Purple. HEX triplet: C7, 08 and EE. RGB value is (199,8,238). Sum of RGB (Red+Green+Blue) = 199+8+238=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #C708EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C708EE is #38F711. Grayscale: #5A5A5A. Windows color (decimal): -3733266 or 15599815. OLE color: 15599815.

HSL color Cylindrical-coordinate representation of color #C708EE: hue angle of 289.83º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C708EE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 8 238 -
CMYK 0.16 0.97 0 0.07
HSL 289.83º 0.93% 0.48% -
HSV(B) 289.83º 0.97% 0.93% -
XYZ 39.07 18.49 82.4 -
YUV 91.33 210.78 204.8 -
System Red Green Blue C M Y K H S L
Decimal 199 8 238 0.16 0.97 0 0.07 289.83 0.93 0.48
Hex C7 8 EE 10 61 0 7 122 5D 30
Octal 307 10 356 20 141 0 7 442 135 60
Binary 11000111 1000 11101110 10000 1100001 0 111 100100010 1011101 110000

Color Harmonies of #C708EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708EE

Black with #C708EE

Text Example


Text Example

White with #C708EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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