Html Css Color HEX #C622EB Electric Purple

📋 copy color: '#C622EB'

red 198 ◦ green 34 ◦ blue 235

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

Shades of Electric Purple #C622EB

Tints of Electric Purple #C622EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 42.4%
G = 7.28%
B = 50.32%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C622EB (or 0xC622EB) is known color: Electric Purple. HEX triplet: C6, 22 and EB. RGB value is (198,34,235). Sum of RGB (Red+Green+Blue) = 198+34+235=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #C622EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C622EB is #39DD14. Grayscale: #696969. Windows color (decimal): -3792149 or 15409862. OLE color: 15409862.

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

Color convert

RGB 198 34 235 -
CMYK 0.16 0.86 0 0.08
HSL 288.96º 0.83% 0.53% -
HSV(B) 288.96º 0.86% 0.92% -
XYZ 38.86 19.15 80.25 -
YUV 105.95 200.83 193.66 -
System Red Green Blue C M Y K H S L
Decimal 198 34 235 0.16 0.86 0 0.08 288.96 0.83 0.53
Hex C6 22 EB 10 56 0 8 121 53 35
Octal 306 42 353 20 126 0 10 441 123 65
Binary 11000110 100010 11101011 10000 1010110 0 1000 100100001 1010011 110101

Color Harmonies of #C622EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C622EB

Black with #C622EB

Text Example


Text Example

White with #C622EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C622EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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