Html Css Color HEX #C007FE Electric Purple

📋 copy color: '#C007FE'

red 192 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #C007FE

Tints of Electric Purple #C007FE

RGB

 RED value IS 192 (75.39% from 255) = 42.38%

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

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

R = 42.38%
G = 1.55%
B = 56.07%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C007FE (or 0xC007FE) is known color: Electric Purple. HEX triplet: C0, 07 and FE. RGB value is (192,7,254). Sum of RGB (Red+Green+Blue) = 192+7+254=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #C007FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C007FE is #3FF801. Grayscale: #595959. Windows color (decimal): -4192258 or 16648128. OLE color: 16648128.

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

Color convert

RGB 192 7 254 -
CMYK 0.24 0.97 0 0.00
HSL 284.94º 0.99% 0.51% -
HSV(B) 284.94º 0.97% 1% -
XYZ 39.7 18.51 95.25 -
YUV 90.47 220.29 200.42 -
System Red Green Blue C M Y K H S L
Decimal 192 7 254 0.24 0.97 0 0.00 284.94 0.99 0.51
Hex C0 7 FE 18 61 0 0 11D 63 33
Octal 300 7 376 30 141 0 0 435 143 63
Binary 11000000 111 11111110 11000 1100001 0 0 100011101 1100011 110011

Color Harmonies of #C007FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007FE

Black with #C007FE

Text Example


Text Example

White with #C007FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007FE; }

 p { color: rgb(192,7,254); }

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

background-color css

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

 a { background-color: rgb(192,7,254); }

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

border-color css

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

 span { border-color: rgb(192,7,254); }

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