Html Css Color HEX #C90DFE Electric Purple

📋 copy color: '#C90DFE'

red 201 ◦ green 13 ◦ blue 254

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

Shades of Electric Purple #C90DFE

Tints of Electric Purple #C90DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 42.95%
G = 2.78%
B = 54.27%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C90DFE (or 0xC90DFE) is known color: Electric Purple. HEX triplet: C9, 0D and FE. RGB value is (201,13,254). Sum of RGB (Red+Green+Blue) = 201+13+254=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #C90DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DFE is #36F201. Grayscale: #5F5F5F. Windows color (decimal): -3600898 or 16649673. OLE color: 16649673.

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

Color convert

RGB 201 13 254 -
CMYK 0.21 0.95 0 0.00
HSL 286.81º 0.99% 0.52% -
HSV(B) 286.81º 0.95% 1% -
XYZ 42.12 19.86 95.38 -
YUV 96.69 216.78 202.4 -
System Red Green Blue C M Y K H S L
Decimal 201 13 254 0.21 0.95 0 0.00 286.81 0.99 0.52
Hex C9 D FE 15 5F 0 0 11F 63 34
Octal 311 15 376 25 137 0 0 437 143 64
Binary 11001001 1101 11111110 10101 1011111 0 0 100011111 1100011 110100

Color Harmonies of #C90DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DFE

Black with #C90DFE

Text Example


Text Example

White with #C90DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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