Html Css Color HEX #C62DFB Electric Purple

📋 copy color: '#C62DFB'

red 198 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #C62DFB

Tints of Electric Purple #C62DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.11%

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

R = 40.08%
G = 9.11%
B = 50.81%

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

#C62DFB (or 0xC62DFB) is known color: Electric Purple. HEX triplet: C6, 2D and FB. RGB value is (198,45,251). Sum of RGB (Red+Green+Blue) = 198+45+251=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 45 (17.97% from 255 or 9.11% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #C62DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DFB is #39D204. Grayscale: #717171. Windows color (decimal): -3789317 or 16461254. OLE color: 16461254.

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

Color convert

RGB 198 45 251 -
CMYK 0.21 0.82 0 0.02
HSL 284.56º 0.96% 0.58% -
HSV(B) 284.56º 0.82% 0.98% -
XYZ 41.64 20.85 93.1 -
YUV 114.23 205.19 187.75 -
System Red Green Blue C M Y K H S L
Decimal 198 45 251 0.21 0.82 0 0.02 284.56 0.96 0.58
Hex C6 2D FB 15 52 0 2 11D 60 3A
Octal 306 55 373 25 122 0 2 435 140 72
Binary 11000110 101101 11111011 10101 1010010 0 10 100011101 1100000 111010

Color Harmonies of #C62DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DFB

Black with #C62DFB

Text Example


Text Example

White with #C62DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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