Html Css Color HEX #C829FC Electric Purple

📋 copy color: '#C829FC'

red 200 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #C829FC

Tints of Electric Purple #C829FC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.32%

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 40.57%
G = 8.32%
B = 51.12%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C829FC (or 0xC829FC) is known color: Electric Purple. HEX triplet: C8, 29 and FC. RGB value is (200,41,252). Sum of RGB (Red+Green+Blue) = 200+41+252=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #C829FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C829FC is #37D603. Grayscale: #6F6F6F. Windows color (decimal): -3659268 or 16525768. OLE color: 16525768.

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

Color convert

RGB 200 41 252 -
CMYK 0.21 0.84 0 0.01
HSL 285.21º 0.97% 0.57% -
HSV(B) 285.21º 0.84% 0.99% -
XYZ 42.18 20.89 93.91 -
YUV 112.6 206.68 190.34 -
System Red Green Blue C M Y K H S L
Decimal 200 41 252 0.21 0.84 0 0.01 285.21 0.97 0.57
Hex C8 29 FC 15 54 0 1 11D 61 39
Octal 310 51 374 25 124 0 1 435 141 71
Binary 11001000 101001 11111100 10101 1010100 0 1 100011101 1100001 111001

Color Harmonies of #C829FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C829FC

Black with #C829FC

Text Example


Text Example

White with #C829FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C829FC; }

 p { color: rgb(200,41,252); }

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

background-color css

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

 a { background-color: rgb(200,41,252); }

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

border-color css

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

 span { border-color: rgb(200,41,252); }

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