Html Css Color HEX #C228EF Electric Purple

📋 copy color: '#C228EF'

red 194 ◦ green 40 ◦ blue 239

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

Shades of Electric Purple #C228EF

Tints of Electric Purple #C228EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 41.01%
G = 8.46%
B = 50.53%

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

#C228EF (or 0xC228EF) is known color: Electric Purple. HEX triplet: C2, 28 and EF. RGB value is (194,40,239). Sum of RGB (Red+Green+Blue) = 194+40+239=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #C228EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228EF is #3DD710. Grayscale: #6C6C6C. Windows color (decimal): -4052753 or 15673538. OLE color: 15673538.

HSL color Cylindrical-coordinate representation of color #C228EF: hue angle of 286.43º degrees, saturation: 0.86, 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 #C228EF is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 40 239 -
CMYK 0.19 0.83 0 0.06
HSL 286.43º 0.86% 0.55% -
HSV(B) 286.43º 0.83% 0.94% -
XYZ 38.59 19.22 83.34 -
YUV 108.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 194 40 239 0.19 0.83 0 0.06 286.43 0.86 0.55
Hex C2 28 EF 13 53 0 6 11E 56 37
Octal 302 50 357 23 123 0 6 436 126 67
Binary 11000010 101000 11101111 10011 1010011 0 110 100011110 1010110 110111

Color Harmonies of #C228EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228EF

Black with #C228EF

Text Example


Text Example

White with #C228EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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