Html Css Color HEX #C816FD Electric Purple

📋 copy color: '#C816FD'

red 200 ◦ green 22 ◦ blue 253

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

Shades of Electric Purple #C816FD

Tints of Electric Purple #C816FD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.63%

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

R = 42.11%
G = 4.63%
B = 53.26%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C816FD (or 0xC816FD) is known color: Electric Purple. HEX triplet: C8, 16 and FD. RGB value is (200,22,253). Sum of RGB (Red+Green+Blue) = 200+22+253=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #C816FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C816FD is #37E902. Grayscale: #646464. Windows color (decimal): -3664131 or 16586440. OLE color: 16586440.

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

Color convert

RGB 200 22 253 -
CMYK 0.21 0.91 0 0.01
HSL 286.23º 0.98% 0.54% -
HSV(B) 286.23º 0.91% 0.99% -
XYZ 41.84 19.95 94.57 -
YUV 101.56 213.47 198.22 -
System Red Green Blue C M Y K H S L
Decimal 200 22 253 0.21 0.91 0 0.01 286.23 0.98 0.54
Hex C8 16 FD 15 5B 0 1 11E 62 36
Octal 310 26 375 25 133 0 1 436 142 66
Binary 11001000 10110 11111101 10101 1011011 0 1 100011110 1100010 110110

Color Harmonies of #C816FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C816FD

Black with #C816FD

Text Example


Text Example

White with #C816FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C816FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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