Html Css Color HEX #C815FA Electric Purple

📋 copy color: '#C815FA'

red 200 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #C815FA

Tints of Electric Purple #C815FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 42.46%
G = 4.46%
B = 53.08%

CMYK

 C value IS 0.2

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C815FA (or 0xC815FA) is known color: Electric Purple. HEX triplet: C8, 15 and FA. RGB value is (200,21,250). Sum of RGB (Red+Green+Blue) = 200+21+250=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #C815FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C815FA is #37EA05. Grayscale: #636363. Windows color (decimal): -3664390 or 16389576. OLE color: 16389576.

HSL color Cylindrical-coordinate representation of color #C815FA: hue angle of 286.9º degrees, saturation: 0.96, 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 #C815FA is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 21 250 -
CMYK 0.2 0.92 0 0.02
HSL 286.9º 0.96% 0.53% -
HSV(B) 286.9º 0.92% 0.98% -
XYZ 41.34 19.72 92.07 -
YUV 100.63 212.3 198.88 -
System Red Green Blue C M Y K H S L
Decimal 200 21 250 0.2 0.92 0 0.02 286.9 0.96 0.53
Hex C8 15 FA 14 5C 0 2 11F 60 35
Octal 310 25 372 24 134 0 2 437 140 65
Binary 11001000 10101 11111010 10100 1011100 0 10 100011111 1100000 110101

Color Harmonies of #C815FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815FA

Black with #C815FA

Text Example


Text Example

White with #C815FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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