Html Css Color HEX #C620FD Electric Purple

📋 copy color: '#C620FD'

red 198 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #C620FD

Tints of Electric Purple #C620FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.63%

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

R = 40.99%
G = 6.63%
B = 52.38%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C620FD (or 0xC620FD) is known color: Electric Purple. HEX triplet: C6, 20 and FD. RGB value is (198,32,253). Sum of RGB (Red+Green+Blue) = 198+32+253=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #C620FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620FD is #39DF02. Grayscale: #6A6A6A. Windows color (decimal): -3792643 or 16588998. OLE color: 16588998.

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

Color convert

RGB 198 32 253 -
CMYK 0.22 0.87 0 0.01
HSL 285.07º 0.98% 0.56% -
HSV(B) 285.07º 0.87% 0.99% -
XYZ 41.53 20.13 94.62 -
YUV 106.83 210.5 193.03 -
System Red Green Blue C M Y K H S L
Decimal 198 32 253 0.22 0.87 0 0.01 285.07 0.98 0.56
Hex C6 20 FD 16 57 0 1 11D 62 38
Octal 306 40 375 26 127 0 1 435 142 70
Binary 11000110 100000 11111101 10110 1010111 0 1 100011101 1100010 111000

Color Harmonies of #C620FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620FD

Black with #C620FD

Text Example


Text Example

White with #C620FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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