Html Css Color HEX #C524FF Electric Purple

📋 copy color: '#C524FF'

red 197 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #C524FF

Tints of Electric Purple #C524FF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.38%

 BLUE value IS 255 (100% from 255) = 52.25%

R = 40.37%
G = 7.38%
B = 52.25%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C524FF (or 0xC524FF) is known color: Electric Purple. HEX triplet: C5, 24 and FF. RGB value is (197,36,255). Sum of RGB (Red+Green+Blue) = 197+36+255=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 36 (14.45% from 255 or 7.38% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #C524FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524FF is #3ADB00. Grayscale: #6C6C6C. Windows color (decimal): -3857153 or 16721093. OLE color: 16721093.

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

Color convert

RGB 197 36 255 -
CMYK 0.23 0.86 0 0
HSL 284.11º 1% 0.57% -
HSV(B) 284.11º 0.86% 1% -
XYZ 41.71 20.35 96.34 -
YUV 109.11 210.34 190.69 -
System Red Green Blue C M Y K H S L
Decimal 197 36 255 0.23 0.86 0 0 284.11 1 0.57
Hex C5 24 FF 17 56 0 0 11C 64 39
Octal 305 44 377 27 126 0 0 434 144 71
Binary 11000101 100100 11111111 10111 1010110 0 0 100011100 1100100 111001

Color Harmonies of #C524FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524FF

Black with #C524FF

Text Example


Text Example

White with #C524FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524FF; }

 p { color: rgb(197,36,255); }

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

background-color css

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

 a { background-color: rgb(197,36,255); }

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

border-color css

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

 span { border-color: rgb(197,36,255); }

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