Html Css Color HEX #C90EFD Electric Purple

📋 copy color: '#C90EFD'

red 201 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #C90EFD

Tints of Electric Purple #C90EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.99%

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

R = 42.95%
G = 2.99%
B = 54.06%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C90EFD (or 0xC90EFD) is known color: Electric Purple. HEX triplet: C9, 0E and FD. RGB value is (201,14,253). Sum of RGB (Red+Green+Blue) = 201+14+253=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #C90EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EFD is #36F102. Grayscale: #606060. Windows color (decimal): -3600643 or 16584393. OLE color: 16584393.

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

Color convert

RGB 201 14 253 -
CMYK 0.21 0.94 0 0.01
HSL 286.95º 0.98% 0.52% -
HSV(B) 286.95º 0.94% 0.99% -
XYZ 41.97 19.82 94.54 -
YUV 97.16 215.95 202.07 -
System Red Green Blue C M Y K H S L
Decimal 201 14 253 0.21 0.94 0 0.01 286.95 0.98 0.52
Hex C9 E FD 15 5E 0 1 11F 62 34
Octal 311 16 375 25 136 0 1 437 142 64
Binary 11001001 1110 11111101 10101 1011110 0 1 100011111 1100010 110100

Color Harmonies of #C90EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90EFD

Black with #C90EFD

Text Example


Text Example

White with #C90EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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