Html Css Color HEX #C62DFC Electric Purple

📋 copy color: '#C62DFC'

red 198 ◦ green 45 ◦ blue 252

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

Shades of Electric Purple #C62DFC

Tints of Electric Purple #C62DFC

RGB

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

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

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

R = 40%
G = 9.09%
B = 50.91%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C62DFC (or 0xC62DFC) is known color: Electric Purple. HEX triplet: C6, 2D and FC. RGB value is (198,45,252). Sum of RGB (Red+Green+Blue) = 198+45+252=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #C62DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DFC is #39D203. Grayscale: #717171. Windows color (decimal): -3789316 or 16526790. OLE color: 16526790.

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

Color convert

RGB 198 45 252 -
CMYK 0.21 0.82 0 0.01
HSL 284.35º 0.97% 0.58% -
HSV(B) 284.35º 0.82% 0.99% -
XYZ 41.8 20.91 93.93 -
YUV 114.35 205.69 187.67 -
System Red Green Blue C M Y K H S L
Decimal 198 45 252 0.21 0.82 0 0.01 284.35 0.97 0.58
Hex C6 2D FC 15 52 0 1 11C 61 3A
Octal 306 55 374 25 122 0 1 434 141 72
Binary 11000110 101101 11111100 10101 1010010 0 1 100011100 1100001 111010

Color Harmonies of #C62DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DFC

Black with #C62DFC

Text Example


Text Example

White with #C62DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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