Html Css Color HEX #C90DFB Electric Purple

📋 copy color: '#C90DFB'

red 201 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #C90DFB

Tints of Electric Purple #C90DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.98%

R = 43.23%
G = 2.8%
B = 53.98%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C90DFB (or 0xC90DFB) is known color: Electric Purple. HEX triplet: C9, 0D and FB. RGB value is (201,13,251). Sum of RGB (Red+Green+Blue) = 201+13+251=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #C90DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DFB is #36F204. Grayscale: #5F5F5F. Windows color (decimal): -3600901 or 16453065. OLE color: 16453065.

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

Color convert

RGB 201 13 251 -
CMYK 0.20 0.95 0 0.02
HSL 287.4º 0.97% 0.52% -
HSV(B) 287.4º 0.95% 0.98% -
XYZ 41.64 19.67 92.87 -
YUV 96.34 215.28 202.65 -
System Red Green Blue C M Y K H S L
Decimal 201 13 251 0.20 0.95 0 0.02 287.4 0.97 0.52
Hex C9 D FB 14 5F 0 2 11F 61 34
Octal 311 15 373 24 137 0 2 437 141 64
Binary 11001001 1101 11111011 10100 1011111 0 10 100011111 1100001 110100

Color Harmonies of #C90DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DFB

Black with #C90DFB

Text Example


Text Example

White with #C90DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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