Html Css Color HEX #C705ED Electric Purple

📋 copy color: '#C705ED'

red 199 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #C705ED

Tints of Electric Purple #C705ED

RGB

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

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

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

R = 45.12%
G = 1.13%
B = 53.74%

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

#C705ED (or 0xC705ED) is known color: Electric Purple. HEX triplet: C7, 05 and ED. RGB value is (199,5,237). Sum of RGB (Red+Green+Blue) = 199+5+237=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #C705ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C705ED is #38FA12. Grayscale: #585858. Windows color (decimal): -3734035 or 15533511. OLE color: 15533511.

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

Color convert

RGB 199 5 237 -
CMYK 0.16 0.98 0 0.07
HSL 290.17º 0.96% 0.47% -
HSV(B) 290.17º 0.98% 0.93% -
XYZ 38.89 18.37 81.62 -
YUV 89.45 211.27 206.14 -
System Red Green Blue C M Y K H S L
Decimal 199 5 237 0.16 0.98 0 0.07 290.17 0.96 0.47
Hex C7 5 ED 10 62 0 7 122 60 2F
Octal 307 5 355 20 142 0 7 442 140 57
Binary 11000111 101 11101101 10000 1100010 0 111 100100010 1100000 101111

Color Harmonies of #C705ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705ED

Black with #C705ED

Text Example


Text Example

White with #C705ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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