Html Css Color HEX #C818FB Electric Purple

📋 copy color: '#C818FB'

red 200 ◦ green 24 ◦ blue 251

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

Shades of Electric Purple #C818FB

Tints of Electric Purple #C818FB

RGB

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

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

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

R = 42.11%
G = 5.05%
B = 52.84%

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

#C818FB (or 0xC818FB) is known color: Electric Purple. HEX triplet: C8, 18 and FB. RGB value is (200,24,251). Sum of RGB (Red+Green+Blue) = 200+24+251=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #C818FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C818FB is #37E704. Grayscale: #656565. Windows color (decimal): -3663621 or 16455880. OLE color: 16455880.

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

Color convert

RGB 200 24 251 -
CMYK 0.20 0.90 0 0.02
HSL 286.52º 0.97% 0.54% -
HSV(B) 286.52º 0.9% 0.98% -
XYZ 41.56 19.9 92.92 -
YUV 102.5 211.81 197.54 -
System Red Green Blue C M Y K H S L
Decimal 200 24 251 0.20 0.90 0 0.02 286.52 0.97 0.54
Hex C8 18 FB 14 5A 0 2 11F 61 36
Octal 310 30 373 24 132 0 2 437 141 66
Binary 11001000 11000 11111011 10100 1011010 0 10 100011111 1100001 110110

Color Harmonies of #C818FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818FB

Black with #C818FB

Text Example


Text Example

White with #C818FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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