Html Css Color HEX #C52DFD Electric Purple

📋 copy color: '#C52DFD'

red 197 ◦ green 45 ◦ blue 253

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

Shades of Electric Purple #C52DFD

Tints of Electric Purple #C52DFD

RGB

 RED value IS 197 (77.34% from 255) = 39.8%

 GREEN value IS 45 (17.97% from 255) = 9.09%

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

R = 39.8%
G = 9.09%
B = 51.11%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C52DFD (or 0xC52DFD) is known color: Electric Purple. HEX triplet: C5, 2D and FD. RGB value is (197,45,253). Sum of RGB (Red+Green+Blue) = 197+45+253=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #C52DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DFD is #3AD202. Grayscale: #717171. Windows color (decimal): -3854851 or 16592325. OLE color: 16592325.

HSL color Cylindrical-coordinate representation of color #C52DFD: hue angle of 283.85º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52DFD is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 45 253 -
CMYK 0.22 0.82 0 0.01
HSL 283.85º 0.98% 0.58% -
HSV(B) 283.85º 0.82% 0.99% -
XYZ 41.69 20.84 94.75 -
YUV 114.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 197 45 253 0.22 0.82 0 0.01 283.85 0.98 0.58
Hex C5 2D FD 16 52 0 1 11C 62 3A
Octal 305 55 375 26 122 0 1 434 142 72
Binary 11000101 101101 11111101 10110 1010010 0 1 100011100 1100010 111010

Color Harmonies of #C52DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DFD

Black with #C52DFD

Text Example


Text Example

White with #C52DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DFD; }

 p { color: rgb(197,45,253); }

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

background-color css

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

 a { background-color: rgb(197,45,253); }

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

border-color css

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

 span { border-color: rgb(197,45,253); }

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