Html Css Color HEX #C824FD Electric Purple

📋 copy color: '#C824FD'

red 200 ◦ green 36 ◦ blue 253

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

Shades of Electric Purple #C824FD

Tints of Electric Purple #C824FD

RGB

 RED value IS 200 (78.52% from 255) = 40.9%

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

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

R = 40.9%
G = 7.36%
B = 51.74%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C824FD (or 0xC824FD) is known color: Electric Purple. HEX triplet: C8, 24 and FD. RGB value is (200,36,253). Sum of RGB (Red+Green+Blue) = 200+36+253=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #C824FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C824FD is #37DB02. Grayscale: #6D6D6D. Windows color (decimal): -3660547 or 16590024. OLE color: 16590024.

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

Color convert

RGB 200 36 253 -
CMYK 0.21 0.86 0 0.01
HSL 285.35º 0.98% 0.57% -
HSV(B) 285.35º 0.86% 0.99% -
XYZ 42.18 20.63 94.69 -
YUV 109.77 208.83 192.36 -
System Red Green Blue C M Y K H S L
Decimal 200 36 253 0.21 0.86 0 0.01 285.35 0.98 0.57
Hex C8 24 FD 15 56 0 1 11D 62 39
Octal 310 44 375 25 126 0 1 435 142 71
Binary 11001000 100100 11111101 10101 1010110 0 1 100011101 1100010 111001

Color Harmonies of #C824FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824FD

Black with #C824FD

Text Example


Text Example

White with #C824FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824FD; }

 p { color: rgb(200,36,253); }

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

background-color css

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

 a { background-color: rgb(200,36,253); }

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

border-color css

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

 span { border-color: rgb(200,36,253); }

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