Html Css Color HEX #C918EB Electric Purple

📋 copy color: '#C918EB'

red 201 ◦ green 24 ◦ blue 235

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

Shades of Electric Purple #C918EB

Tints of Electric Purple #C918EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 43.7%
G = 5.22%
B = 51.09%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C918EB (or 0xC918EB) is known color: Electric Purple. HEX triplet: C9, 18 and EB. RGB value is (201,24,235). Sum of RGB (Red+Green+Blue) = 201+24+235=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #C918EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918EB is #36E714. Grayscale: #646464. Windows color (decimal): -3598101 or 15407305. OLE color: 15407305.

HSL color Cylindrical-coordinate representation of color #C918EB: hue angle of 290.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C918EB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 24 235 -
CMYK 0.14 0.90 0 0.08
HSL 290.33º 0.84% 0.51% -
HSV(B) 290.33º 0.9% 0.92% -
XYZ 39.41 19.07 80.2 -
YUV 100.98 203.64 199.34 -
System Red Green Blue C M Y K H S L
Decimal 201 24 235 0.14 0.90 0 0.08 290.33 0.84 0.51
Hex C9 18 EB E 5A 0 8 122 54 33
Octal 311 30 353 16 132 0 10 442 124 63
Binary 11001001 11000 11101011 1110 1011010 0 1000 100100010 1010100 110011

Color Harmonies of #C918EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918EB

Black with #C918EB

Text Example


Text Example

White with #C918EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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