Html Css Color HEX #C227FC Electric Purple

📋 copy color: '#C227FC'

red 194 ◦ green 39 ◦ blue 252

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

Shades of Electric Purple #C227FC

Tints of Electric Purple #C227FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.96%

R = 40%
G = 8.04%
B = 51.96%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C227FC (or 0xC227FC) is known color: Electric Purple. HEX triplet: C2, 27 and FC. RGB value is (194,39,252). Sum of RGB (Red+Green+Blue) = 194+39+252=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #C227FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C227FC is #3DD803. Grayscale: #6C6C6C. Windows color (decimal): -4052996 or 16525250. OLE color: 16525250.

HSL color Cylindrical-coordinate representation of color #C227FC: hue angle of 283.66º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C227FC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 39 252 -
CMYK 0.23 0.85 0 0.01
HSL 283.66º 0.97% 0.57% -
HSV(B) 283.66º 0.85% 0.99% -
XYZ 40.54 19.95 93.81 -
YUV 109.63 208.35 188.18 -
System Red Green Blue C M Y K H S L
Decimal 194 39 252 0.23 0.85 0 0.01 283.66 0.97 0.57
Hex C2 27 FC 17 55 0 1 11C 61 39
Octal 302 47 374 27 125 0 1 434 141 71
Binary 11000010 100111 11111100 10111 1010101 0 1 100011100 1100001 111001

Color Harmonies of #C227FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227FC

Black with #C227FC

Text Example


Text Example

White with #C227FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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