Html Css Color HEX #C223EF Electric Purple

📋 copy color: '#C223EF'

red 194 ◦ green 35 ◦ blue 239

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

Shades of Electric Purple #C223EF

Tints of Electric Purple #C223EF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.48%

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

R = 41.45%
G = 7.48%
B = 51.07%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C223EF (or 0xC223EF) is known color: Electric Purple. HEX triplet: C2, 23 and EF. RGB value is (194,35,239). Sum of RGB (Red+Green+Blue) = 194+35+239=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #C223EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C223EF is #3DDC10. Grayscale: #696969. Windows color (decimal): -4054033 or 15672258. OLE color: 15672258.

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

Color convert

RGB 194 35 239 -
CMYK 0.19 0.85 0 0.06
HSL 286.76º 0.86% 0.54% -
HSV(B) 286.76º 0.85% 0.94% -
XYZ 38.43 18.9 83.28 -
YUV 105.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 194 35 239 0.19 0.85 0 0.06 286.76 0.86 0.54
Hex C2 23 EF 13 55 0 6 11F 56 36
Octal 302 43 357 23 125 0 6 437 126 66
Binary 11000010 100011 11101111 10011 1010101 0 110 100011111 1010110 110110

Color Harmonies of #C223EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C223EF

Black with #C223EF

Text Example


Text Example

White with #C223EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C223EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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