Html Css Color HEX #C705EA Electric Purple

📋 copy color: '#C705EA'

red 199 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #C705EA

Tints of Electric Purple #C705EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 45.43%
G = 1.14%
B = 53.42%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C705EA (or 0xC705EA) is known color: Electric Purple. HEX triplet: C7, 05 and EA. RGB value is (199,5,234). Sum of RGB (Red+Green+Blue) = 199+5+234=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #C705EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C705EA is #38FA15. Grayscale: #585858. Windows color (decimal): -3734038 or 15336903. OLE color: 15336903.

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

Color convert

RGB 199 5 234 -
CMYK 0.15 0.98 0 0.08
HSL 290.83º 0.96% 0.47% -
HSV(B) 290.83º 0.98% 0.92% -
XYZ 38.46 18.19 79.33 -
YUV 89.11 209.77 206.38 -
System Red Green Blue C M Y K H S L
Decimal 199 5 234 0.15 0.98 0 0.08 290.83 0.96 0.47
Hex C7 5 EA F 62 0 8 123 60 2F
Octal 307 5 352 17 142 0 10 443 140 57
Binary 11000111 101 11101010 1111 1100010 0 1000 100100011 1100000 101111

Color Harmonies of #C705EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705EA

Black with #C705EA

Text Example


Text Example

White with #C705EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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