Html Css Color HEX #C602FC Electric Purple

📋 copy color: '#C602FC'

red 198 ◦ green 2 ◦ blue 252

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

Shades of Electric Purple #C602FC

Tints of Electric Purple #C602FC

RGB

 RED value IS 198 (77.73% from 255) = 43.81%

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

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

R = 43.81%
G = 0.44%
B = 55.75%

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

#C602FC (or 0xC602FC) is known color: Electric Purple. HEX triplet: C6, 02 and FC. RGB value is (198,2,252). Sum of RGB (Red+Green+Blue) = 198+2+252=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #C602FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C602FC is #39FD03. Grayscale: #585858. Windows color (decimal): -3800324 or 16515782. OLE color: 16515782.

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

Color convert

RGB 198 2 252 -
CMYK 0.21 0.99 0 0.01
HSL 287.04º 0.98% 0.5% -
HSV(B) 287.04º 0.99% 0.99% -
XYZ 40.88 19.08 93.62 -
YUV 89.1 219.93 205.67 -
System Red Green Blue C M Y K H S L
Decimal 198 2 252 0.21 0.99 0 0.01 287.04 0.98 0.5
Hex C6 2 FC 15 63 0 1 11F 62 32
Octal 306 2 374 25 143 0 1 437 142 62
Binary 11000110 10 11111100 10101 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C602FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602FC

Black with #C602FC

Text Example


Text Example

White with #C602FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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