Html Css Color HEX #C812FF Electric Purple

📋 copy color: '#C812FF'

red 200 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #C812FF

Tints of Electric Purple #C812FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.81%

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

R = 42.28%
G = 3.81%
B = 53.91%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C812FF (or 0xC812FF) is known color: Electric Purple. HEX triplet: C8, 12 and FF. RGB value is (200,18,255). Sum of RGB (Red+Green+Blue) = 200+18+255=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #C812FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812FF is #37ED00. Grayscale: #626262. Windows color (decimal): -3665153 or 16716488. OLE color: 16716488.

HSL color Cylindrical-coordinate representation of color #C812FF: hue angle of 286.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C812FF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 18 255 -
CMYK 0.22 0.93 0 0
HSL 286.08º 1% 0.54% -
HSV(B) 286.08º 0.93% 1% -
XYZ 42.09 19.93 96.24 -
YUV 99.44 215.8 199.73 -
System Red Green Blue C M Y K H S L
Decimal 200 18 255 0.22 0.93 0 0 286.08 1 0.54
Hex C8 12 FF 16 5D 0 0 11E 64 36
Octal 310 22 377 26 135 0 0 436 144 66
Binary 11001000 10010 11111111 10110 1011101 0 0 100011110 1100100 110110

Color Harmonies of #C812FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812FF

Black with #C812FF

Text Example


Text Example

White with #C812FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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