Html Css Color HEX #C225FC Electric Purple

📋 copy color: '#C225FC'

red 194 ◦ green 37 ◦ blue 252

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

Shades of Electric Purple #C225FC

Tints of Electric Purple #C225FC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.66%

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

R = 40.17%
G = 7.66%
B = 52.17%

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

#C225FC (or 0xC225FC) is known color: Electric Purple. HEX triplet: C2, 25 and FC. RGB value is (194,37,252). Sum of RGB (Red+Green+Blue) = 194+37+252=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #C225FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C225FC is #3DDA03. Grayscale: #6B6B6B. Windows color (decimal): -4053508 or 16524738. OLE color: 16524738.

HSL color Cylindrical-coordinate representation of color #C225FC: hue angle of 283.81º 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 #C225FC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 37 252 -
CMYK 0.23 0.85 0 0.01
HSL 283.81º 0.97% 0.57% -
HSV(B) 283.81º 0.85% 0.99% -
XYZ 40.48 19.82 93.79 -
YUV 108.45 209.01 189.02 -
System Red Green Blue C M Y K H S L
Decimal 194 37 252 0.23 0.85 0 0.01 283.81 0.97 0.57
Hex C2 25 FC 17 55 0 1 11C 61 39
Octal 302 45 374 27 125 0 1 434 141 71
Binary 11000010 100101 11111100 10111 1010101 0 1 100011100 1100001 111001

Color Harmonies of #C225FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225FC

Black with #C225FC

Text Example


Text Example

White with #C225FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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