Html Css Color HEX #C702FC Electric Purple

📋 copy color: '#C702FC'

red 199 ◦ green 2 ◦ blue 252

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

Shades of Electric Purple #C702FC

Tints of Electric Purple #C702FC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 43.93%
G = 0.44%
B = 55.63%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C702FC (or 0xC702FC) is known color: Electric Purple. HEX triplet: C7, 02 and FC. RGB value is (199,2,252). Sum of RGB (Red+Green+Blue) = 199+2+252=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #C702FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702FC is #38FD03. Grayscale: #585858. Windows color (decimal): -3734788 or 16515783. OLE color: 16515783.

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

Color convert

RGB 199 2 252 -
CMYK 0.21 0.99 0 0.01
HSL 287.28º 0.98% 0.5% -
HSV(B) 287.28º 0.99% 0.99% -
XYZ 41.15 19.21 93.64 -
YUV 89.4 219.77 206.17 -
System Red Green Blue C M Y K H S L
Decimal 199 2 252 0.21 0.99 0 0.01 287.28 0.98 0.5
Hex C7 2 FC 15 63 0 1 11F 62 32
Octal 307 2 374 25 143 0 1 437 142 62
Binary 11000111 10 11111100 10101 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C702FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C702FC

Black with #C702FC

Text Example


Text Example

White with #C702FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C702FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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