Html Css Color HEX #C228FE Electric Purple

📋 copy color: '#C228FE'

red 194 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #C228FE

Tints of Electric Purple #C228FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 39.75%
G = 8.2%
B = 52.05%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C228FE (or 0xC228FE) is known color: Electric Purple. HEX triplet: C2, 28 and FE. RGB value is (194,40,254). Sum of RGB (Red+Green+Blue) = 194+40+254=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #C228FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228FE is #3DD701. Grayscale: #6D6D6D. Windows color (decimal): -4052738 or 16656578. OLE color: 16656578.

HSL color Cylindrical-coordinate representation of color #C228FE: hue angle of 283.18º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C228FE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 40 254 -
CMYK 0.24 0.84 0 0.00
HSL 283.18º 0.99% 0.58% -
HSV(B) 283.18º 0.84% 1% -
XYZ 40.9 20.14 95.5 -
YUV 110.44 209.02 187.6 -
System Red Green Blue C M Y K H S L
Decimal 194 40 254 0.24 0.84 0 0.00 283.18 0.99 0.58
Hex C2 28 FE 18 54 0 0 11B 63 3A
Octal 302 50 376 30 124 0 0 433 143 72
Binary 11000010 101000 11111110 11000 1010100 0 0 100011011 1100011 111010

Color Harmonies of #C228FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228FE

Black with #C228FE

Text Example


Text Example

White with #C228FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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