Html Css Color HEX #C815FF Electric Purple

📋 copy color: '#C815FF'

red 200 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #C815FF

Tints of Electric Purple #C815FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.41%

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

R = 42.02%
G = 4.41%
B = 53.57%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C815FF (or 0xC815FF) is known color: Electric Purple. HEX triplet: C8, 15 and FF. RGB value is (200,21,255). Sum of RGB (Red+Green+Blue) = 200+21+255=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #C815FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C815FF is #37EA00. Grayscale: #646464. Windows color (decimal): -3664385 or 16717256. OLE color: 16717256.

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

Color convert

RGB 200 21 255 -
CMYK 0.22 0.92 0 0
HSL 285.9º 1% 0.54% -
HSV(B) 285.9º 0.92% 1% -
XYZ 42.14 20.04 96.25 -
YUV 101.2 214.8 198.47 -
System Red Green Blue C M Y K H S L
Decimal 200 21 255 0.22 0.92 0 0 285.9 1 0.54
Hex C8 15 FF 16 5C 0 0 11E 64 36
Octal 310 25 377 26 134 0 0 436 144 66
Binary 11001000 10101 11111111 10110 1011100 0 0 100011110 1100100 110110

Color Harmonies of #C815FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815FF

Black with #C815FF

Text Example


Text Example

White with #C815FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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