Html Css Color HEX #C90DEA Electric Purple

📋 copy color: '#C90DEA'

red 201 ◦ green 13 ◦ blue 234

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

Shades of Electric Purple #C90DEA

Tints of Electric Purple #C90DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 44.87%
G = 2.9%
B = 52.23%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C90DEA (or 0xC90DEA) is known color: Electric Purple. HEX triplet: C9, 0D and EA. RGB value is (201,13,234). Sum of RGB (Red+Green+Blue) = 201+13+234=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #C90DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DEA is #36F215. Grayscale: #5D5D5D. Windows color (decimal): -3600918 or 15338953. OLE color: 15338953.

HSL color Cylindrical-coordinate representation of color #C90DEA: hue angle of 291.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DEA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 13 234 -
CMYK 0.14 0.94 0 0.08
HSL 291.04º 0.89% 0.48% -
HSV(B) 291.04º 0.94% 0.92% -
XYZ 39.08 18.65 79.38 -
YUV 94.41 206.78 204.03 -
System Red Green Blue C M Y K H S L
Decimal 201 13 234 0.14 0.94 0 0.08 291.04 0.89 0.48
Hex C9 D EA E 5E 0 8 123 59 30
Octal 311 15 352 16 136 0 10 443 131 60
Binary 11001001 1101 11101010 1110 1011110 0 1000 100100011 1011001 110000

Color Harmonies of #C90DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DEA

Black with #C90DEA

Text Example


Text Example

White with #C90DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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