Html Css Color HEX #C218F9 Electric Purple

📋 copy color: '#C218F9'

red 194 ◦ green 24 ◦ blue 249

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

Shades of Electric Purple #C218F9

Tints of Electric Purple #C218F9

RGB

 RED value IS 194 (76.17% from 255) = 41.54%

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

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

R = 41.54%
G = 5.14%
B = 53.32%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C218F9 (or 0xC218F9) is known color: Electric Purple. HEX triplet: C2, 18 and F9. RGB value is (194,24,249). Sum of RGB (Red+Green+Blue) = 194+24+249=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #C218F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C218F9 is #3DE706. Grayscale: #636363. Windows color (decimal): -4056839 or 16324802. OLE color: 16324802.

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

Color convert

RGB 194 24 249 -
CMYK 0.22 0.90 0 0.02
HSL 285.33º 0.95% 0.54% -
HSV(B) 285.33º 0.9% 0.98% -
XYZ 39.67 18.96 91.19 -
YUV 100.48 211.82 194.7 -
System Red Green Blue C M Y K H S L
Decimal 194 24 249 0.22 0.90 0 0.02 285.33 0.95 0.54
Hex C2 18 F9 16 5A 0 2 11D 5F 36
Octal 302 30 371 26 132 0 2 435 137 66
Binary 11000010 11000 11111001 10110 1011010 0 10 100011101 1011111 110110

Color Harmonies of #C218F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218F9

Black with #C218F9

Text Example


Text Example

White with #C218F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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