Html Css Color HEX #C621E8 Electric Purple

📋 copy color: '#C621E8'

red 198 ◦ green 33 ◦ blue 232

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

Shades of Electric Purple #C621E8

Tints of Electric Purple #C621E8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.13%

 BLUE value IS 232 (91.02% from 255) = 50.11%

R = 42.76%
G = 7.13%
B = 50.11%

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

#C621E8 (or 0xC621E8) is known color: Electric Purple. HEX triplet: C6, 21 and E8. RGB value is (198,33,232). Sum of RGB (Red+Green+Blue) = 198+33+232=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #C621E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C621E8 is #39DE17. Grayscale: #686868. Windows color (decimal): -3792408 or 15212998. OLE color: 15212998.

HSL color Cylindrical-coordinate representation of color #C621E8: hue angle of 289.75º degrees, saturation: 0.81, 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 #C621E8 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 33 232 -
CMYK 0.15 0.86 0 0.09
HSL 289.75º 0.81% 0.52% -
HSV(B) 289.75º 0.86% 0.91% -
XYZ 38.4 18.92 77.97 -
YUV 105.02 199.66 194.32 -
System Red Green Blue C M Y K H S L
Decimal 198 33 232 0.15 0.86 0 0.09 289.75 0.81 0.52
Hex C6 21 E8 F 56 0 9 122 51 34
Octal 306 41 350 17 126 0 11 442 121 64
Binary 11000110 100001 11101000 1111 1010110 0 1001 100100010 1010001 110100

Color Harmonies of #C621E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C621E8

Black with #C621E8

Text Example


Text Example

White with #C621E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C621E8; }

 p { color: rgb(198,33,232); }

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

background-color css

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

 a { background-color: rgb(198,33,232); }

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

border-color css

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

 span { border-color: rgb(198,33,232); }

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