Html Css Color HEX #C700FF Electric Purple

📋 copy color: '#C700FF'

red 199 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #C700FF

Tints of Electric Purple #C700FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 255 (100% from 255) = 56.17%

R = 43.83%
G = 0%
B = 56.17%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C700FF (or 0xC700FF) is known color: Electric Purple. HEX triplet: C7, 00 and FF. RGB value is (199,0,255). Sum of RGB (Red+Green+Blue) = 199+0+255=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #C700FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700FF is #38FF00. Grayscale: #575757. Windows color (decimal): -3735297 or 16711879. OLE color: 16711879.

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

Color convert

RGB 199 0 255 -
CMYK 0.22 1 0 0
HSL 286.82º 1% 0.5% -
HSV(B) 286.82º 1% 1% -
XYZ 41.6 19.36 96.15 -
YUV 88.57 221.93 206.77 -
System Red Green Blue C M Y K H S L
Decimal 199 0 255 0.22 1 0 0 286.82 1 0.5
Hex C7 0 FF 16 64 0 0 11F 64 32
Octal 307 0 377 26 144 0 0 437 144 62
Binary 11000111 0 11111111 10110 1100100 0 0 100011111 1100100 110010

Color Harmonies of #C700FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700FF

Black with #C700FF

Text Example


Text Example

White with #C700FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700FF; }

 p { color: rgb(199,0,255); }

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

background-color css

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

 a { background-color: rgb(199,0,255); }

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

border-color css

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

 span { border-color: rgb(199,0,255); }

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