Html Css Color HEX #C90DFC Electric Purple

📋 copy color: '#C90DFC'

red 201 ◦ green 13 ◦ blue 252

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

Shades of Electric Purple #C90DFC

Tints of Electric Purple #C90DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 43.13%
G = 2.79%
B = 54.08%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C90DFC (or 0xC90DFC) is known color: Electric Purple. HEX triplet: C9, 0D and FC. RGB value is (201,13,252). Sum of RGB (Red+Green+Blue) = 201+13+252=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #C90DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DFC is #36F203. Grayscale: #5F5F5F. Windows color (decimal): -3600900 or 16518601. OLE color: 16518601.

HSL color Cylindrical-coordinate representation of color #C90DFC: hue angle of 287.2º 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 #C90DFC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 13 252 -
CMYK 0.20 0.95 0 0.01
HSL 287.2º 0.98% 0.52% -
HSV(B) 287.2º 0.95% 0.99% -
XYZ 41.8 19.73 93.7 -
YUV 96.46 215.78 202.57 -
System Red Green Blue C M Y K H S L
Decimal 201 13 252 0.20 0.95 0 0.01 287.2 0.98 0.52
Hex C9 D FC 14 5F 0 1 11F 62 34
Octal 311 15 374 24 137 0 1 437 142 64
Binary 11001001 1101 11111100 10100 1011111 0 1 100011111 1100010 110100

Color Harmonies of #C90DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DFC

Black with #C90DFC

Text Example


Text Example

White with #C90DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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