Html Css Color HEX #C90DEC Electric Purple

📋 copy color: '#C90DEC'

red 201 ◦ green 13 ◦ blue 236

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

Shades of Electric Purple #C90DEC

Tints of Electric Purple #C90DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.89%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 44.67%
G = 2.89%
B = 52.44%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C90DEC (or 0xC90DEC) is known color: Electric Purple. HEX triplet: C9, 0D and EC. RGB value is (201,13,236). Sum of RGB (Red+Green+Blue) = 201+13+236=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #C90DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DEC is #36F213. Grayscale: #5D5D5D. Windows color (decimal): -3600916 or 15470025. OLE color: 15470025.

HSL color Cylindrical-coordinate representation of color #C90DEC: hue angle of 290.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DEC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 13 236 -
CMYK 0.15 0.94 0 0.07
HSL 290.58º 0.9% 0.49% -
HSV(B) 290.58º 0.94% 0.93% -
XYZ 39.37 18.76 80.9 -
YUV 94.63 207.78 203.87 -
System Red Green Blue C M Y K H S L
Decimal 201 13 236 0.15 0.94 0 0.07 290.58 0.9 0.49
Hex C9 D EC F 5E 0 7 123 5A 31
Octal 311 15 354 17 136 0 7 443 132 61
Binary 11001001 1101 11101100 1111 1011110 0 111 100100011 1011010 110001

Color Harmonies of #C90DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DEC

Black with #C90DEC

Text Example


Text Example

White with #C90DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DEC; }

 p { color: rgb(201,13,236); }

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

background-color css

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

 a { background-color: rgb(201,13,236); }

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

border-color css

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

 span { border-color: rgb(201,13,236); }

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