Html Css Color HEX #C705FB Electric Purple

📋 copy color: '#C705FB'

red 199 ◦ green 5 ◦ blue 251

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

Shades of Electric Purple #C705FB

Tints of Electric Purple #C705FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 43.74%
G = 1.1%
B = 55.16%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C705FB (or 0xC705FB) is known color: Electric Purple. HEX triplet: C7, 05 and FB. RGB value is (199,5,251). Sum of RGB (Red+Green+Blue) = 199+5+251=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #C705FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C705FB is #38FA04. Grayscale: #5A5A5A. Windows color (decimal): -3734021 or 16451015. OLE color: 16451015.

HSL color Cylindrical-coordinate representation of color #C705FB: hue angle of 287.32º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C705FB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 5 251 -
CMYK 0.21 0.98 0 0.02
HSL 287.32º 0.97% 0.5% -
HSV(B) 287.32º 0.98% 0.98% -
XYZ 41.02 19.22 92.81 -
YUV 91.05 218.27 205 -
System Red Green Blue C M Y K H S L
Decimal 199 5 251 0.21 0.98 0 0.02 287.32 0.97 0.5
Hex C7 5 FB 15 62 0 2 11F 61 32
Octal 307 5 373 25 142 0 2 437 141 62
Binary 11000111 101 11111011 10101 1100010 0 10 100011111 1100001 110010

Color Harmonies of #C705FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705FB

Black with #C705FB

Text Example


Text Example

White with #C705FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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