Html Css Color HEX #C228FA Electric Purple

📋 copy color: '#C228FA'

red 194 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #C228FA

Tints of Electric Purple #C228FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 40.08%
G = 8.26%
B = 51.65%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C228FA (or 0xC228FA) is known color: Electric Purple. HEX triplet: C2, 28 and FA. RGB value is (194,40,250). Sum of RGB (Red+Green+Blue) = 194+40+250=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #C228FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228FA is #3DD705. Grayscale: #6D6D6D. Windows color (decimal): -4052742 or 16394434. OLE color: 16394434.

HSL color Cylindrical-coordinate representation of color #C228FA: hue angle of 284º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C228FA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 40 250 -
CMYK 0.22 0.84 0 0.02
HSL 284º 0.95% 0.57% -
HSV(B) 284º 0.84% 0.98% -
XYZ 40.26 19.89 92.16 -
YUV 109.99 207.02 187.92 -
System Red Green Blue C M Y K H S L
Decimal 194 40 250 0.22 0.84 0 0.02 284 0.95 0.57
Hex C2 28 FA 16 54 0 2 11C 5F 39
Octal 302 50 372 26 124 0 2 434 137 71
Binary 11000010 101000 11111010 10110 1010100 0 10 100011100 1011111 111001

Color Harmonies of #C228FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228FA

Black with #C228FA

Text Example


Text Example

White with #C228FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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