Html Css Color HEX #C824FF Electric Purple

📋 copy color: '#C824FF'

red 200 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #C824FF

Tints of Electric Purple #C824FF

RGB

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

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

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

R = 40.73%
G = 7.33%
B = 51.93%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C824FF (or 0xC824FF) is known color: Electric Purple. HEX triplet: C8, 24 and FF. RGB value is (200,36,255). Sum of RGB (Red+Green+Blue) = 200+36+255=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #C824FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C824FF is #37DB00. Grayscale: #6D6D6D. Windows color (decimal): -3660545 or 16721096. OLE color: 16721096.

HSL color Cylindrical-coordinate representation of color #C824FF: hue angle of 284.93º 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 #C824FF is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 36 255 -
CMYK 0.22 0.86 0 0
HSL 284.93º 1% 0.57% -
HSV(B) 284.93º 0.86% 1% -
XYZ 42.5 20.76 96.38 -
YUV 110 209.83 192.19 -
System Red Green Blue C M Y K H S L
Decimal 200 36 255 0.22 0.86 0 0 284.93 1 0.57
Hex C8 24 FF 16 56 0 0 11D 64 39
Octal 310 44 377 26 126 0 0 435 144 71
Binary 11001000 100100 11111111 10110 1010110 0 0 100011101 1100100 111001

Color Harmonies of #C824FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824FF

Black with #C824FF

Text Example


Text Example

White with #C824FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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