Html Css Color HEX #C707ED Electric Purple

📋 copy color: '#C707ED'

red 199 ◦ green 7 ◦ blue 237

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

Shades of Electric Purple #C707ED

Tints of Electric Purple #C707ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 44.92%
G = 1.58%
B = 53.5%

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

#C707ED (or 0xC707ED) is known color: Electric Purple. HEX triplet: C7, 07 and ED. RGB value is (199,7,237). Sum of RGB (Red+Green+Blue) = 199+7+237=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #C707ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C707ED is #38F812. Grayscale: #595959. Windows color (decimal): -3733523 or 15534023. OLE color: 15534023.

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

Color convert

RGB 199 7 237 -
CMYK 0.16 0.97 0 0.07
HSL 290.09º 0.94% 0.48% -
HSV(B) 290.09º 0.97% 0.93% -
XYZ 38.92 18.41 81.62 -
YUV 90.63 210.61 205.3 -
System Red Green Blue C M Y K H S L
Decimal 199 7 237 0.16 0.97 0 0.07 290.09 0.94 0.48
Hex C7 7 ED 10 61 0 7 122 5E 30
Octal 307 7 355 20 141 0 7 442 136 60
Binary 11000111 111 11101101 10000 1100001 0 111 100100010 1011110 110000

Color Harmonies of #C707ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707ED

Black with #C707ED

Text Example


Text Example

White with #C707ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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