Html Css Color HEX #C620E9 Electric Purple

📋 copy color: '#C620E9'

red 198 ◦ green 32 ◦ blue 233

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

Shades of Electric Purple #C620E9

Tints of Electric Purple #C620E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.32%

R = 42.76%
G = 6.91%
B = 50.32%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C620E9 (or 0xC620E9) is known color: Electric Purple. HEX triplet: C6, 20 and E9. RGB value is (198,32,233). Sum of RGB (Red+Green+Blue) = 198+32+233=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #C620E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620E9 is #39DF16. Grayscale: #676767. Windows color (decimal): -3792663 or 15278278. OLE color: 15278278.

HSL color Cylindrical-coordinate representation of color #C620E9: hue angle of 289.55º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C620E9 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 32 233 -
CMYK 0.15 0.86 0 0.09
HSL 289.55º 0.82% 0.52% -
HSV(B) 289.55º 0.86% 0.91% -
XYZ 38.51 18.92 78.71 -
YUV 104.55 200.5 194.66 -
System Red Green Blue C M Y K H S L
Decimal 198 32 233 0.15 0.86 0 0.09 289.55 0.82 0.52
Hex C6 20 E9 F 56 0 9 122 52 34
Octal 306 40 351 17 126 0 11 442 122 64
Binary 11000110 100000 11101001 1111 1010110 0 1001 100100010 1010010 110100

Color Harmonies of #C620E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620E9

Black with #C620E9

Text Example


Text Example

White with #C620E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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