Html Css Color HEX #C90DF8 Electric Purple

📋 copy color: '#C90DF8'

red 201 ◦ green 13 ◦ blue 248

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

Shades of Electric Purple #C90DF8

Tints of Electric Purple #C90DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.68%

R = 43.51%
G = 2.81%
B = 53.68%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C90DF8 (or 0xC90DF8) is known color: Electric Purple. HEX triplet: C9, 0D and F8. RGB value is (201,13,248). Sum of RGB (Red+Green+Blue) = 201+13+248=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #C90DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DF8 is #36F207. Grayscale: #5F5F5F. Windows color (decimal): -3600904 or 16256457. OLE color: 16256457.

HSL color Cylindrical-coordinate representation of color #C90DF8: hue angle of 288º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90DF8 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 13 248 -
CMYK 0.19 0.95 0 0.03
HSL 288º 0.94% 0.51% -
HSV(B) 288º 0.95% 0.97% -
XYZ 41.17 19.48 90.4 -
YUV 96 213.78 202.89 -
System Red Green Blue C M Y K H S L
Decimal 201 13 248 0.19 0.95 0 0.03 288 0.94 0.51
Hex C9 D F8 13 5F 0 3 120 5E 33
Octal 311 15 370 23 137 0 3 440 136 63
Binary 11001001 1101 11111000 10011 1011111 0 11 100100000 1011110 110011

Color Harmonies of #C90DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DF8

Black with #C90DF8

Text Example


Text Example

White with #C90DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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