Html Css Color HEX #C90DFD Electric Purple

📋 copy color: '#C90DFD'

red 201 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #C90DFD

Tints of Electric Purple #C90DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 43.04%
G = 2.78%
B = 54.18%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C90DFD (or 0xC90DFD) is known color: Electric Purple. HEX triplet: C9, 0D and FD. RGB value is (201,13,253). Sum of RGB (Red+Green+Blue) = 201+13+253=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #C90DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DFD is #36F202. Grayscale: #5F5F5F. Windows color (decimal): -3600899 or 16584137. OLE color: 16584137.

HSL color Cylindrical-coordinate representation of color #C90DFD: hue angle of 287º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90DFD is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 13 253 -
CMYK 0.21 0.95 0 0.01
HSL 287º 0.98% 0.52% -
HSV(B) 287º 0.95% 0.99% -
XYZ 41.96 19.8 94.54 -
YUV 96.57 216.28 202.49 -
System Red Green Blue C M Y K H S L
Decimal 201 13 253 0.21 0.95 0 0.01 287 0.98 0.52
Hex C9 D FD 15 5F 0 1 11F 62 34
Octal 311 15 375 25 137 0 1 437 142 64
Binary 11001001 1101 11111101 10101 1011111 0 1 100011111 1100010 110100

Color Harmonies of #C90DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DFD

Black with #C90DFD

Text Example


Text Example

White with #C90DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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