Html Css Color HEX #C707FB Electric Purple

📋 copy color: '#C707FB'

red 199 ◦ green 7 ◦ blue 251

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

Shades of Electric Purple #C707FB

Tints of Electric Purple #C707FB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

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

R = 43.54%
G = 1.53%
B = 54.92%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C707FB (or 0xC707FB) is known color: Electric Purple. HEX triplet: C7, 07 and FB. RGB value is (199,7,251). Sum of RGB (Red+Green+Blue) = 199+7+251=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #C707FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C707FB is #38F804. Grayscale: #5B5B5B. Windows color (decimal): -3733509 or 16451527. OLE color: 16451527.

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

Color convert

RGB 199 7 251 -
CMYK 0.21 0.97 0 0.02
HSL 287.21º 0.97% 0.51% -
HSV(B) 287.21º 0.97% 0.98% -
XYZ 41.04 19.26 92.82 -
YUV 92.22 217.61 204.16 -
System Red Green Blue C M Y K H S L
Decimal 199 7 251 0.21 0.97 0 0.02 287.21 0.97 0.51
Hex C7 7 FB 15 61 0 2 11F 61 33
Octal 307 7 373 25 141 0 2 437 141 63
Binary 11000111 111 11111011 10101 1100001 0 10 100011111 1100001 110011

Color Harmonies of #C707FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707FB

Black with #C707FB

Text Example


Text Example

White with #C707FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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