Html Css Color HEX #C007FD Electric Purple

📋 copy color: '#C007FD'

red 192 ◦ green 7 ◦ blue 253

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

Shades of Electric Purple #C007FD

Tints of Electric Purple #C007FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.97%

R = 42.48%
G = 1.55%
B = 55.97%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C007FD (or 0xC007FD) is known color: Electric Purple. HEX triplet: C0, 07 and FD. RGB value is (192,7,253). Sum of RGB (Red+Green+Blue) = 192+7+253=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #C007FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C007FD is #3FF802. Grayscale: #595959. Windows color (decimal): -4192259 or 16582592. OLE color: 16582592.

HSL color Cylindrical-coordinate representation of color #C007FD: hue angle of 285.12º 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 #C007FD is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 7 253 -
CMYK 0.24 0.97 0 0.01
HSL 285.12º 0.98% 0.51% -
HSV(B) 285.12º 0.97% 0.99% -
XYZ 39.54 18.45 94.41 -
YUV 90.36 219.79 200.5 -
System Red Green Blue C M Y K H S L
Decimal 192 7 253 0.24 0.97 0 0.01 285.12 0.98 0.51
Hex C0 7 FD 18 61 0 1 11D 62 33
Octal 300 7 375 30 141 0 1 435 142 63
Binary 11000000 111 11111101 11000 1100001 0 1 100011101 1100010 110011

Color Harmonies of #C007FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007FD

Black with #C007FD

Text Example


Text Example

White with #C007FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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