Html Css Color HEX #C718FC Electric Purple

📋 copy color: '#C718FC'

red 199 ◦ green 24 ◦ blue 252

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

Shades of Electric Purple #C718FC

Tints of Electric Purple #C718FC

RGB

 RED value IS 199 (78.13% from 255) = 41.89%

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

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 41.89%
G = 5.05%
B = 53.05%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C718FC (or 0xC718FC) is known color: Electric Purple. HEX triplet: C7, 18 and FC. RGB value is (199,24,252). Sum of RGB (Red+Green+Blue) = 199+24+252=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #C718FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C718FC is #38E703. Grayscale: #656565. Windows color (decimal): -3729156 or 16521415. OLE color: 16521415.

HSL color Cylindrical-coordinate representation of color #C718FC: hue angle of 286.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C718FC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 24 252 -
CMYK 0.21 0.90 0 0.01
HSL 286.05º 0.97% 0.54% -
HSV(B) 286.05º 0.9% 0.99% -
XYZ 41.45 19.82 93.74 -
YUV 102.32 212.48 196.96 -
System Red Green Blue C M Y K H S L
Decimal 199 24 252 0.21 0.90 0 0.01 286.05 0.97 0.54
Hex C7 18 FC 15 5A 0 1 11E 61 36
Octal 307 30 374 25 132 0 1 436 141 66
Binary 11000111 11000 11111100 10101 1011010 0 1 100011110 1100001 110110

Color Harmonies of #C718FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C718FC

Black with #C718FC

Text Example


Text Example

White with #C718FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C718FC; }

 p { color: rgb(199,24,252); }

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

background-color css

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

 a { background-color: rgb(199,24,252); }

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

border-color css

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

 span { border-color: rgb(199,24,252); }

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