Html Css Color HEX #C622EA Electric Purple

📋 copy color: '#C622EA'

red 198 ◦ green 34 ◦ blue 234

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

Shades of Electric Purple #C622EA

Tints of Electric Purple #C622EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 42.49%
G = 7.3%
B = 50.21%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C622EA (or 0xC622EA) is known color: Electric Purple. HEX triplet: C6, 22 and EA. RGB value is (198,34,234). Sum of RGB (Red+Green+Blue) = 198+34+234=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #C622EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C622EA is #39DD15. Grayscale: #696969. Windows color (decimal): -3792150 or 15344326. OLE color: 15344326.

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

Color convert

RGB 198 34 234 -
CMYK 0.15 0.85 0 0.08
HSL 289.2º 0.83% 0.53% -
HSV(B) 289.2º 0.85% 0.92% -
XYZ 38.71 19.09 79.49 -
YUV 105.84 200.33 193.74 -
System Red Green Blue C M Y K H S L
Decimal 198 34 234 0.15 0.85 0 0.08 289.2 0.83 0.53
Hex C6 22 EA F 55 0 8 121 53 35
Octal 306 42 352 17 125 0 10 441 123 65
Binary 11000110 100010 11101010 1111 1010101 0 1000 100100001 1010011 110101

Color Harmonies of #C622EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C622EA

Black with #C622EA

Text Example


Text Example

White with #C622EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C622EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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