Html Css Color HEX #C90FFD Electric Purple

📋 copy color: '#C90FFD'

red 201 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #C90FFD

Tints of Electric Purple #C90FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.2%

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

R = 42.86%
G = 3.2%
B = 53.94%

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

#C90FFD (or 0xC90FFD) is known color: Electric Purple. HEX triplet: C9, 0F and FD. RGB value is (201,15,253). Sum of RGB (Red+Green+Blue) = 201+15+253=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #C90FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90FFD is #36F002. Grayscale: #606060. Windows color (decimal): -3600387 or 16584649. OLE color: 16584649.

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

Color convert

RGB 201 15 253 -
CMYK 0.21 0.94 0 0.01
HSL 286.89º 0.98% 0.53% -
HSV(B) 286.89º 0.94% 0.99% -
XYZ 41.99 19.85 94.55 -
YUV 97.75 215.62 201.65 -
System Red Green Blue C M Y K H S L
Decimal 201 15 253 0.21 0.94 0 0.01 286.89 0.98 0.53
Hex C9 F FD 15 5E 0 1 11F 62 35
Octal 311 17 375 25 136 0 1 437 142 65
Binary 11001001 1111 11111101 10101 1011110 0 1 100011111 1100010 110101

Color Harmonies of #C90FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FFD

Black with #C90FFD

Text Example


Text Example

White with #C90FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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