Html Css Color HEX #C228ED Electric Purple

📋 copy color: '#C228ED'

red 194 ◦ green 40 ◦ blue 237

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

Shades of Electric Purple #C228ED

Tints of Electric Purple #C228ED

RGB

 RED value IS 194 (76.17% from 255) = 41.19%

 GREEN value IS 40 (16.02% from 255) = 8.49%

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

R = 41.19%
G = 8.49%
B = 50.32%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C228ED (or 0xC228ED) is known color: Electric Purple. HEX triplet: C2, 28 and ED. RGB value is (194,40,237). Sum of RGB (Red+Green+Blue) = 194+40+237=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #C228ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228ED is #3DD712. Grayscale: #6B6B6B. Windows color (decimal): -4052755 or 15542466. OLE color: 15542466.

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

Color convert

RGB 194 40 237 -
CMYK 0.18 0.83 0 0.07
HSL 286.9º 0.85% 0.54% -
HSV(B) 286.9º 0.83% 0.93% -
XYZ 38.29 19.1 81.79 -
YUV 108.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 194 40 237 0.18 0.83 0 0.07 286.9 0.85 0.54
Hex C2 28 ED 12 53 0 7 11F 55 36
Octal 302 50 355 22 123 0 7 437 125 66
Binary 11000010 101000 11101101 10010 1010011 0 111 100011111 1010101 110110

Color Harmonies of #C228ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228ED

Black with #C228ED

Text Example


Text Example

White with #C228ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228ED; }

 p { color: rgb(194,40,237); }

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

background-color css

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

 a { background-color: rgb(194,40,237); }

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

border-color css

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

 span { border-color: rgb(194,40,237); }

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