Html Css Color HEX #C918FF Electric Purple

📋 copy color: '#C918FF'

red 201 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #C918FF

Tints of Electric Purple #C918FF

RGB

 RED value IS 201 (78.91% from 255) = 41.88%

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

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

R = 41.88%
G = 5%
B = 53.13%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C918FF (or 0xC918FF) is known color: Electric Purple. HEX triplet: C9, 18 and FF. RGB value is (201,24,255). Sum of RGB (Red+Green+Blue) = 201+24+255=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #C918FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918FF is #36E700. Grayscale: #666666. Windows color (decimal): -3598081 or 16718025. OLE color: 16718025.

HSL color Cylindrical-coordinate representation of color #C918FF: hue angle of 285.97º 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 #C918FF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 24 255 -
CMYK 0.21 0.91 0 0
HSL 285.97º 1% 0.55% -
HSV(B) 285.97º 0.91% 1% -
XYZ 42.46 20.29 96.29 -
YUV 103.26 213.64 197.72 -
System Red Green Blue C M Y K H S L
Decimal 201 24 255 0.21 0.91 0 0 285.97 1 0.55
Hex C9 18 FF 15 5B 0 0 11E 64 37
Octal 311 30 377 25 133 0 0 436 144 67
Binary 11001001 11000 11111111 10101 1011011 0 0 100011110 1100100 110111

Color Harmonies of #C918FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918FF

Black with #C918FF

Text Example


Text Example

White with #C918FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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