Html Css Color HEX #C227EF Electric Purple

📋 copy color: '#C227EF'

red 194 ◦ green 39 ◦ blue 239

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

Shades of Electric Purple #C227EF

Tints of Electric Purple #C227EF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.26%

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

R = 41.1%
G = 8.26%
B = 50.64%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C227EF (or 0xC227EF) is known color: Electric Purple. HEX triplet: C2, 27 and EF. RGB value is (194,39,239). Sum of RGB (Red+Green+Blue) = 194+39+239=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #C227EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C227EF is #3DD810. Grayscale: #6B6B6B. Windows color (decimal): -4053009 or 15673282. OLE color: 15673282.

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

Color convert

RGB 194 39 239 -
CMYK 0.19 0.84 0 0.06
HSL 286.5º 0.86% 0.55% -
HSV(B) 286.5º 0.84% 0.94% -
XYZ 38.55 19.15 83.33 -
YUV 108.15 201.85 189.24 -
System Red Green Blue C M Y K H S L
Decimal 194 39 239 0.19 0.84 0 0.06 286.5 0.86 0.55
Hex C2 27 EF 13 54 0 6 11E 56 37
Octal 302 47 357 23 124 0 6 436 126 67
Binary 11000010 100111 11101111 10011 1010100 0 110 100011110 1010110 110111

Color Harmonies of #C227EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227EF

Black with #C227EF

Text Example


Text Example

White with #C227EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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