Html Css Color HEX #C718FF Electric Purple

📋 copy color: '#C718FF'

red 199 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #C718FF

Tints of Electric Purple #C718FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.35%

R = 41.63%
G = 5.02%
B = 53.35%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C718FF (or 0xC718FF) is known color: Electric Purple. HEX triplet: C7, 18 and FF. RGB value is (199,24,255). Sum of RGB (Red+Green+Blue) = 199+24+255=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #C718FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C718FF is #38E700. Grayscale: #656565. Windows color (decimal): -3729153 or 16718023. OLE color: 16718023.

HSL color Cylindrical-coordinate representation of color #C718FF: hue angle of 285.45º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C718FF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 24 255 -
CMYK 0.22 0.91 0 0
HSL 285.45º 1% 0.55% -
HSV(B) 285.45º 0.91% 1% -
XYZ 41.93 20.02 96.26 -
YUV 102.66 213.98 196.72 -
System Red Green Blue C M Y K H S L
Decimal 199 24 255 0.22 0.91 0 0 285.45 1 0.55
Hex C7 18 FF 16 5B 0 0 11D 64 37
Octal 307 30 377 26 133 0 0 435 144 67
Binary 11000111 11000 11111111 10110 1011011 0 0 100011101 1100100 110111

Color Harmonies of #C718FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C718FF

Black with #C718FF

Text Example


Text Example

White with #C718FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C718FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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