Html Css Color HEX #C705FE Electric Purple

📋 copy color: '#C705FE'

red 199 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #C705FE

Tints of Electric Purple #C705FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 43.45%
G = 1.09%
B = 55.46%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C705FE (or 0xC705FE) is known color: Electric Purple. HEX triplet: C7, 05 and FE. RGB value is (199,5,254). Sum of RGB (Red+Green+Blue) = 199+5+254=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #C705FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C705FE is #38FA01. Grayscale: #5A5A5A. Windows color (decimal): -3734018 or 16647623. OLE color: 16647623.

HSL color Cylindrical-coordinate representation of color #C705FE: hue angle of 286.75º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C705FE is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 5 254 -
CMYK 0.22 0.98 0 0.00
HSL 286.75º 0.99% 0.51% -
HSV(B) 286.75º 0.98% 1% -
XYZ 41.5 19.41 95.32 -
YUV 91.39 219.77 204.75 -
System Red Green Blue C M Y K H S L
Decimal 199 5 254 0.22 0.98 0 0.00 286.75 0.99 0.51
Hex C7 5 FE 16 62 0 0 11F 63 33
Octal 307 5 376 26 142 0 0 437 143 63
Binary 11000111 101 11111110 10110 1100010 0 0 100011111 1100011 110011

Color Harmonies of #C705FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705FE

Black with #C705FE

Text Example


Text Example

White with #C705FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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