Html Css Color HEX #C228F0 Electric Purple

📋 copy color: '#C228F0'

red 194 ◦ green 40 ◦ blue 240

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

Shades of Electric Purple #C228F0

Tints of Electric Purple #C228F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 40.93%
G = 8.44%
B = 50.63%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C228F0 (or 0xC228F0) is known color: Electric Purple. HEX triplet: C2, 28 and F0. RGB value is (194,40,240). Sum of RGB (Red+Green+Blue) = 194+40+240=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #C228F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228F0 is #3DD70F. Grayscale: #6C6C6C. Windows color (decimal): -4052752 or 15739074. OLE color: 15739074.

HSL color Cylindrical-coordinate representation of color #C228F0: hue angle of 286.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C228F0 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 40 240 -
CMYK 0.19 0.83 0 0.06
HSL 286.2º 0.87% 0.55% -
HSV(B) 286.2º 0.83% 0.94% -
XYZ 38.74 19.28 84.12 -
YUV 108.85 202.02 188.74 -
System Red Green Blue C M Y K H S L
Decimal 194 40 240 0.19 0.83 0 0.06 286.2 0.87 0.55
Hex C2 28 F0 13 53 0 6 11E 57 37
Octal 302 50 360 23 123 0 6 436 127 67
Binary 11000010 101000 11110000 10011 1010011 0 110 100011110 1010111 110111

Color Harmonies of #C228F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228F0

Black with #C228F0

Text Example


Text Example

White with #C228F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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