Html Css Color HEX #C707EB Electric Purple

📋 copy color: '#C707EB'

red 199 ◦ green 7 ◦ blue 235

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

Shades of Electric Purple #C707EB

Tints of Electric Purple #C707EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 45.12%
G = 1.59%
B = 53.29%

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

#C707EB (or 0xC707EB) is known color: Electric Purple. HEX triplet: C7, 07 and EB. RGB value is (199,7,235). Sum of RGB (Red+Green+Blue) = 199+7+235=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #C707EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C707EB is #38F814. Grayscale: #595959. Windows color (decimal): -3733525 or 15402951. OLE color: 15402951.

HSL color Cylindrical-coordinate representation of color #C707EB: hue angle of 290.53º degrees, saturation: 0.94, 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 #C707EB is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 7 235 -
CMYK 0.15 0.97 0 0.08
HSL 290.53º 0.94% 0.47% -
HSV(B) 290.53º 0.97% 0.92% -
XYZ 38.62 18.29 80.09 -
YUV 90.4 209.61 205.46 -
System Red Green Blue C M Y K H S L
Decimal 199 7 235 0.15 0.97 0 0.08 290.53 0.94 0.47
Hex C7 7 EB F 61 0 8 123 5E 2F
Octal 307 7 353 17 141 0 10 443 136 57
Binary 11000111 111 11101011 1111 1100001 0 1000 100100011 1011110 101111

Color Harmonies of #C707EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707EB

Black with #C707EB

Text Example


Text Example

White with #C707EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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