Html Css Color HEX #C818F9 Electric Purple

📋 copy color: '#C818F9'

red 200 ◦ green 24 ◦ blue 249

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

Shades of Electric Purple #C818F9

Tints of Electric Purple #C818F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 42.28%
G = 5.07%
B = 52.64%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C818F9 (or 0xC818F9) is known color: Electric Purple. HEX triplet: C8, 18 and F9. RGB value is (200,24,249). Sum of RGB (Red+Green+Blue) = 200+24+249=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #C818F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C818F9 is #37E706. Grayscale: #656565. Windows color (decimal): -3663623 or 16324808. OLE color: 16324808.

HSL color Cylindrical-coordinate representation of color #C818F9: hue angle of 286.93º degrees, saturation: 0.95, 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 #C818F9 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 24 249 -
CMYK 0.20 0.90 0 0.02
HSL 286.93º 0.95% 0.54% -
HSV(B) 286.93º 0.9% 0.98% -
XYZ 41.24 19.77 91.27 -
YUV 102.27 210.81 197.7 -
System Red Green Blue C M Y K H S L
Decimal 200 24 249 0.20 0.90 0 0.02 286.93 0.95 0.54
Hex C8 18 F9 14 5A 0 2 11F 5F 36
Octal 310 30 371 24 132 0 2 437 137 66
Binary 11001000 11000 11111001 10100 1011010 0 10 100011111 1011111 110110

Color Harmonies of #C818F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818F9

Black with #C818F9

Text Example


Text Example

White with #C818F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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