Html Css Color HEX #C602FA Electric Purple

📋 copy color: '#C602FA'

red 198 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #C602FA

Tints of Electric Purple #C602FA

RGB

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

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

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

R = 44%
G = 0.44%
B = 55.56%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C602FA (or 0xC602FA) is known color: Electric Purple. HEX triplet: C6, 02 and FA. RGB value is (198,2,250). Sum of RGB (Red+Green+Blue) = 198+2+250=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #C602FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C602FA is #39FD05. Grayscale: #585858. Windows color (decimal): -3800326 or 16384710. OLE color: 16384710.

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

Color convert

RGB 198 2 250 -
CMYK 0.21 0.99 0 0.02
HSL 287.42º 0.98% 0.49% -
HSV(B) 287.42º 0.99% 0.98% -
XYZ 40.57 18.95 91.96 -
YUV 88.88 218.93 205.83 -
System Red Green Blue C M Y K H S L
Decimal 198 2 250 0.21 0.99 0 0.02 287.42 0.98 0.49
Hex C6 2 FA 15 63 0 2 11F 62 31
Octal 306 2 372 25 143 0 2 437 142 61
Binary 11000110 10 11111010 10101 1100011 0 10 100011111 1100010 110001

Color Harmonies of #C602FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602FA

Black with #C602FA

Text Example


Text Example

White with #C602FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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