Html Css Color HEX #C62CFB Electric Purple

📋 copy color: '#C62CFB'

red 198 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #C62CFB

Tints of Electric Purple #C62CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.92%

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 40.16%
G = 8.92%
B = 50.91%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C62CFB (or 0xC62CFB) is known color: Electric Purple. HEX triplet: C6, 2C and FB. RGB value is (198,44,251). Sum of RGB (Red+Green+Blue) = 198+44+251=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #C62CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CFB is #39D304. Grayscale: #707070. Windows color (decimal): -3789573 or 16460998. OLE color: 16460998.

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

Color convert

RGB 198 44 251 -
CMYK 0.21 0.82 0 0.02
HSL 284.64º 0.96% 0.58% -
HSV(B) 284.64º 0.82% 0.98% -
XYZ 41.6 20.77 93.08 -
YUV 113.64 205.52 188.17 -
System Red Green Blue C M Y K H S L
Decimal 198 44 251 0.21 0.82 0 0.02 284.64 0.96 0.58
Hex C6 2C FB 15 52 0 2 11D 60 3A
Octal 306 54 373 25 122 0 2 435 140 72
Binary 11000110 101100 11111011 10101 1010010 0 10 100011101 1100000 111010

Color Harmonies of #C62CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CFB

Black with #C62CFB

Text Example


Text Example

White with #C62CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CFB; }

 p { color: rgb(198,44,251); }

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

background-color css

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

 a { background-color: rgb(198,44,251); }

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

border-color css

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

 span { border-color: rgb(198,44,251); }

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