Html Css Color HEX #C823FC Electric Purple

📋 copy color: '#C823FC'

red 200 ◦ green 35 ◦ blue 252

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

Shades of Electric Purple #C823FC

Tints of Electric Purple #C823FC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.19%

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

R = 41.07%
G = 7.19%
B = 51.75%

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

#C823FC (or 0xC823FC) is known color: Electric Purple. HEX triplet: C8, 23 and FC. RGB value is (200,35,252). Sum of RGB (Red+Green+Blue) = 200+35+252=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 35 (14.06% from 255 or 7.19% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #C823FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C823FC is #37DC03. Grayscale: #6C6C6C. Windows color (decimal): -3660804 or 16524232. OLE color: 16524232.

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

Color convert

RGB 200 35 252 -
CMYK 0.21 0.86 0 0.01
HSL 285.62º 0.97% 0.56% -
HSV(B) 285.62º 0.86% 0.99% -
XYZ 41.99 20.51 93.84 -
YUV 109.07 208.66 192.86 -
System Red Green Blue C M Y K H S L
Decimal 200 35 252 0.21 0.86 0 0.01 285.62 0.97 0.56
Hex C8 23 FC 15 56 0 1 11E 61 38
Octal 310 43 374 25 126 0 1 436 141 70
Binary 11001000 100011 11111100 10101 1010110 0 1 100011110 1100001 111000

Color Harmonies of #C823FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C823FC

Black with #C823FC

Text Example


Text Example

White with #C823FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C823FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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