Html Css Color HEX #C62DFA Electric Purple

📋 copy color: '#C62DFA'

red 198 ◦ green 45 ◦ blue 250

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

Shades of Electric Purple #C62DFA

Tints of Electric Purple #C62DFA

RGB

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

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

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

R = 40.16%
G = 9.13%
B = 50.71%

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

#C62DFA (or 0xC62DFA) is known color: Electric Purple. HEX triplet: C6, 2D and FA. RGB value is (198,45,250). Sum of RGB (Red+Green+Blue) = 198+45+250=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #C62DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DFA is #39D205. Grayscale: #717171. Windows color (decimal): -3789318 or 16395718. OLE color: 16395718.

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

Color convert

RGB 198 45 250 -
CMYK 0.21 0.82 0 0.02
HSL 284.78º 0.95% 0.58% -
HSV(B) 284.78º 0.82% 0.98% -
XYZ 41.48 20.78 92.27 -
YUV 114.12 204.69 187.83 -
System Red Green Blue C M Y K H S L
Decimal 198 45 250 0.21 0.82 0 0.02 284.78 0.95 0.58
Hex C6 2D FA 15 52 0 2 11D 5F 3A
Octal 306 55 372 25 122 0 2 435 137 72
Binary 11000110 101101 11111010 10101 1010010 0 10 100011101 1011111 111010

Color Harmonies of #C62DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DFA

Black with #C62DFA

Text Example


Text Example

White with #C62DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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