Html Css Color HEX #C707EF Electric Purple

📋 copy color: '#C707EF'

red 199 ◦ green 7 ◦ blue 239

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

Shades of Electric Purple #C707EF

Tints of Electric Purple #C707EF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.57%

 BLUE value IS 239 (93.75% from 255) = 53.71%

R = 44.72%
G = 1.57%
B = 53.71%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C707EF (or 0xC707EF) is known color: Electric Purple. HEX triplet: C7, 07 and EF. RGB value is (199,7,239). Sum of RGB (Red+Green+Blue) = 199+7+239=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #C707EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C707EF is #38F810. Grayscale: #5A5A5A. Windows color (decimal): -3733521 or 15665095. OLE color: 15665095.

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

Color convert

RGB 199 7 239 -
CMYK 0.17 0.97 0 0.06
HSL 289.66º 0.94% 0.48% -
HSV(B) 289.66º 0.97% 0.94% -
XYZ 39.21 18.53 83.17 -
YUV 90.86 211.61 205.14 -
System Red Green Blue C M Y K H S L
Decimal 199 7 239 0.17 0.97 0 0.06 289.66 0.94 0.48
Hex C7 7 EF 11 61 0 6 122 5E 30
Octal 307 7 357 21 141 0 6 442 136 60
Binary 11000111 111 11101111 10001 1100001 0 110 100100010 1011110 110000

Color Harmonies of #C707EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707EF

Black with #C707EF

Text Example


Text Example

White with #C707EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707EF; }

 p { color: rgb(199,7,239); }

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

background-color css

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

 a { background-color: rgb(199,7,239); }

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

border-color css

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

 span { border-color: rgb(199,7,239); }

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