Html Css Color HEX #C62AFD Electric Purple

📋 copy color: '#C62AFD'

red 198 ◦ green 42 ◦ blue 253

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

Shades of Electric Purple #C62AFD

Tints of Electric Purple #C62AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.52%

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 40.16%
G = 8.52%
B = 51.32%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C62AFD (or 0xC62AFD) is known color: Electric Purple. HEX triplet: C6, 2A and FD. RGB value is (198,42,253). Sum of RGB (Red+Green+Blue) = 198+42+253=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #C62AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62AFD is #39D502. Grayscale: #707070. Windows color (decimal): -3790083 or 16591558. OLE color: 16591558.

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

Color convert

RGB 198 42 253 -
CMYK 0.22 0.83 0 0.01
HSL 284.36º 0.98% 0.58% -
HSV(B) 284.36º 0.83% 0.99% -
XYZ 41.85 20.75 94.73 -
YUV 112.7 207.18 188.84 -
System Red Green Blue C M Y K H S L
Decimal 198 42 253 0.22 0.83 0 0.01 284.36 0.98 0.58
Hex C6 2A FD 16 53 0 1 11C 62 3A
Octal 306 52 375 26 123 0 1 434 142 72
Binary 11000110 101010 11111101 10110 1010011 0 1 100011100 1100010 111010

Color Harmonies of #C62AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62AFD

Black with #C62AFD

Text Example


Text Example

White with #C62AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62AFD; }

 p { color: rgb(198,42,253); }

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

background-color css

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

 a { background-color: rgb(198,42,253); }

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

border-color css

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

 span { border-color: rgb(198,42,253); }

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