Html Css Color HEX #C707FC Electric Purple

📋 copy color: '#C707FC'

red 199 ◦ green 7 ◦ blue 252

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

Shades of Electric Purple #C707FC

Tints of Electric Purple #C707FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.02%

R = 43.45%
G = 1.53%
B = 55.02%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C707FC (or 0xC707FC) is known color: Electric Purple. HEX triplet: C7, 07 and FC. RGB value is (199,7,252). Sum of RGB (Red+Green+Blue) = 199+7+252=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #C707FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C707FC is #38F803. Grayscale: #5B5B5B. Windows color (decimal): -3733508 or 16517063. OLE color: 16517063.

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

Color convert

RGB 199 7 252 -
CMYK 0.21 0.97 0 0.01
HSL 287.02º 0.98% 0.51% -
HSV(B) 287.02º 0.97% 0.99% -
XYZ 41.2 19.32 93.65 -
YUV 92.34 218.11 204.08 -
System Red Green Blue C M Y K H S L
Decimal 199 7 252 0.21 0.97 0 0.01 287.02 0.98 0.51
Hex C7 7 FC 15 61 0 1 11F 62 33
Octal 307 7 374 25 141 0 1 437 142 63
Binary 11000111 111 11111100 10101 1100001 0 1 100011111 1100010 110011

Color Harmonies of #C707FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707FC

Black with #C707FC

Text Example


Text Example

White with #C707FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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