Html Css Color HEX #C007FA Electric Purple

📋 copy color: '#C007FA'

red 192 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #C007FA

Tints of Electric Purple #C007FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 42.76%
G = 1.56%
B = 55.68%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C007FA (or 0xC007FA) is known color: Electric Purple. HEX triplet: C0, 07 and FA. RGB value is (192,7,250). Sum of RGB (Red+Green+Blue) = 192+7+250=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #C007FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C007FA is #3FF805. Grayscale: #595959. Windows color (decimal): -4192262 or 16385984. OLE color: 16385984.

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

Color convert

RGB 192 7 250 -
CMYK 0.23 0.97 0 0.02
HSL 285.68º 0.96% 0.5% -
HSV(B) 285.68º 0.97% 0.98% -
XYZ 39.07 18.26 91.91 -
YUV 90.02 218.29 200.74 -
System Red Green Blue C M Y K H S L
Decimal 192 7 250 0.23 0.97 0 0.02 285.68 0.96 0.5
Hex C0 7 FA 17 61 0 2 11E 60 32
Octal 300 7 372 27 141 0 2 436 140 62
Binary 11000000 111 11111010 10111 1100001 0 10 100011110 1100000 110010

Color Harmonies of #C007FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007FA

Black with #C007FA

Text Example


Text Example

White with #C007FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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