Html Css Color HEX #C225FD Electric Purple

📋 copy color: '#C225FD'

red 194 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #C225FD

Tints of Electric Purple #C225FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 40.08%
G = 7.64%
B = 52.27%

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

#C225FD (or 0xC225FD) is known color: Electric Purple. HEX triplet: C2, 25 and FD. RGB value is (194,37,253). Sum of RGB (Red+Green+Blue) = 194+37+253=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #C225FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C225FD is #3DDA02. Grayscale: #6B6B6B. Windows color (decimal): -4053507 or 16590274. OLE color: 16590274.

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

Color convert

RGB 194 37 253 -
CMYK 0.23 0.85 0 0.01
HSL 283.61º 0.98% 0.57% -
HSV(B) 283.61º 0.85% 0.99% -
XYZ 40.64 19.88 94.62 -
YUV 108.57 209.51 188.94 -
System Red Green Blue C M Y K H S L
Decimal 194 37 253 0.23 0.85 0 0.01 283.61 0.98 0.57
Hex C2 25 FD 17 55 0 1 11C 62 39
Octal 302 45 375 27 125 0 1 434 142 71
Binary 11000010 100101 11111101 10111 1010101 0 1 100011100 1100010 111001

Color Harmonies of #C225FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225FD

Black with #C225FD

Text Example


Text Example

White with #C225FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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