Html Css Color HEX #C818FA Electric Purple

📋 copy color: '#C818FA'

red 200 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #C818FA

Tints of Electric Purple #C818FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.06%

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

R = 42.19%
G = 5.06%
B = 52.74%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C818FA (or 0xC818FA) is known color: Electric Purple. HEX triplet: C8, 18 and FA. RGB value is (200,24,250). Sum of RGB (Red+Green+Blue) = 200+24+250=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #C818FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C818FA is #37E705. Grayscale: #656565. Windows color (decimal): -3663622 or 16390344. OLE color: 16390344.

HSL color Cylindrical-coordinate representation of color #C818FA: hue angle of 286.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C818FA is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 24 250 -
CMYK 0.2 0.90 0 0.02
HSL 286.73º 0.96% 0.54% -
HSV(B) 286.73º 0.9% 0.98% -
XYZ 41.4 19.83 92.09 -
YUV 102.39 211.31 197.62 -
System Red Green Blue C M Y K H S L
Decimal 200 24 250 0.2 0.90 0 0.02 286.73 0.96 0.54
Hex C8 18 FA 14 5A 0 2 11F 60 36
Octal 310 30 372 24 132 0 2 437 140 66
Binary 11001000 11000 11111010 10100 1011010 0 10 100011111 1100000 110110

Color Harmonies of #C818FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818FA

Black with #C818FA

Text Example


Text Example

White with #C818FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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