Html Css Color HEX #C622ED Electric Purple

📋 copy color: '#C622ED'

red 198 ◦ green 34 ◦ blue 237

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

Shades of Electric Purple #C622ED

Tints of Electric Purple #C622ED

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.25%

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 42.22%
G = 7.25%
B = 50.53%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C622ED (or 0xC622ED) is known color: Electric Purple. HEX triplet: C6, 22 and ED. RGB value is (198,34,237). Sum of RGB (Red+Green+Blue) = 198+34+237=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 34 (13.67% from 255 or 7.25% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #C622ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C622ED is #39DD12. Grayscale: #696969. Windows color (decimal): -3792147 or 15540934. OLE color: 15540934.

HSL color Cylindrical-coordinate representation of color #C622ED: hue angle of 288.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C622ED is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 34 237 -
CMYK 0.16 0.86 0 0.07
HSL 288.47º 0.85% 0.53% -
HSV(B) 288.47º 0.86% 0.93% -
XYZ 39.15 19.26 81.78 -
YUV 106.18 201.83 193.49 -
System Red Green Blue C M Y K H S L
Decimal 198 34 237 0.16 0.86 0 0.07 288.47 0.85 0.53
Hex C6 22 ED 10 56 0 7 120 55 35
Octal 306 42 355 20 126 0 7 440 125 65
Binary 11000110 100010 11101101 10000 1010110 0 111 100100000 1010101 110101

Color Harmonies of #C622ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C622ED

Black with #C622ED

Text Example


Text Example

White with #C622ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C622ED; }

 p { color: rgb(198,34,237); }

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

background-color css

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

 a { background-color: rgb(198,34,237); }

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

border-color css

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

 span { border-color: rgb(198,34,237); }

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