Html Css Color HEX #C223FC Electric Purple

📋 copy color: '#C223FC'

red 194 ◦ green 35 ◦ blue 252

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

Shades of Electric Purple #C223FC

Tints of Electric Purple #C223FC

RGB

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

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

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

R = 40.33%
G = 7.28%
B = 52.39%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C223FC (or 0xC223FC) is known color: Electric Purple. HEX triplet: C2, 23 and FC. RGB value is (194,35,252). Sum of RGB (Red+Green+Blue) = 194+35+252=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #C223FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C223FC is #3DDC03. Grayscale: #6A6A6A. Windows color (decimal): -4054020 or 16524226. OLE color: 16524226.

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

Color convert

RGB 194 35 252 -
CMYK 0.23 0.86 0 0.01
HSL 283.96º 0.97% 0.56% -
HSV(B) 283.96º 0.86% 0.99% -
XYZ 40.42 19.7 93.77 -
YUV 107.28 209.68 189.86 -
System Red Green Blue C M Y K H S L
Decimal 194 35 252 0.23 0.86 0 0.01 283.96 0.97 0.56
Hex C2 23 FC 17 56 0 1 11C 61 38
Octal 302 43 374 27 126 0 1 434 141 70
Binary 11000010 100011 11111100 10111 1010110 0 1 100011100 1100001 111000

Color Harmonies of #C223FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C223FC

Black with #C223FC

Text Example


Text Example

White with #C223FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C223FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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