Html Css Color HEX #C705EC Electric Purple

📋 copy color: '#C705EC'

red 199 ◦ green 5 ◦ blue 236

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

Shades of Electric Purple #C705EC

Tints of Electric Purple #C705EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 45.23%
G = 1.14%
B = 53.64%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C705EC (or 0xC705EC) is known color: Electric Purple. HEX triplet: C7, 05 and EC. RGB value is (199,5,236). Sum of RGB (Red+Green+Blue) = 199+5+236=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #C705EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C705EC is #38FA13. Grayscale: #585858. Windows color (decimal): -3734036 or 15467975. OLE color: 15467975.

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

Color convert

RGB 199 5 236 -
CMYK 0.16 0.98 0 0.07
HSL 290.39º 0.96% 0.47% -
HSV(B) 290.39º 0.98% 0.93% -
XYZ 38.75 18.31 80.85 -
YUV 89.34 210.77 206.22 -
System Red Green Blue C M Y K H S L
Decimal 199 5 236 0.16 0.98 0 0.07 290.39 0.96 0.47
Hex C7 5 EC 10 62 0 7 122 60 2F
Octal 307 5 354 20 142 0 7 442 140 57
Binary 11000111 101 11101100 10000 1100010 0 111 100100010 1100000 101111

Color Harmonies of #C705EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705EC

Black with #C705EC

Text Example


Text Example

White with #C705EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705EC; }

 p { color: rgb(199,5,236); }

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

background-color css

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

 a { background-color: rgb(199,5,236); }

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

border-color css

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

 span { border-color: rgb(199,5,236); }

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