Html Css Color HEX #C815FB Electric Purple

📋 copy color: '#C815FB'

red 200 ◦ green 21 ◦ blue 251

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

Shades of Electric Purple #C815FB

Tints of Electric Purple #C815FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 42.37%
G = 4.45%
B = 53.18%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C815FB (or 0xC815FB) is known color: Electric Purple. HEX triplet: C8, 15 and FB. RGB value is (200,21,251). Sum of RGB (Red+Green+Blue) = 200+21+251=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #C815FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C815FB is #37EA04. Grayscale: #646464. Windows color (decimal): -3664389 or 16455112. OLE color: 16455112.

HSL color Cylindrical-coordinate representation of color #C815FB: hue angle of 286.7º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C815FB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 21 251 -
CMYK 0.20 0.92 0 0.02
HSL 286.7º 0.97% 0.53% -
HSV(B) 286.7º 0.92% 0.98% -
XYZ 41.5 19.78 92.9 -
YUV 100.74 212.8 198.8 -
System Red Green Blue C M Y K H S L
Decimal 200 21 251 0.20 0.92 0 0.02 286.7 0.97 0.53
Hex C8 15 FB 14 5C 0 2 11F 61 35
Octal 310 25 373 24 134 0 2 437 141 65
Binary 11001000 10101 11111011 10100 1011100 0 10 100011111 1100001 110101

Color Harmonies of #C815FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815FB

Black with #C815FB

Text Example


Text Example

White with #C815FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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