Html Css Color HEX #C90CFD Electric Purple

📋 copy color: '#C90CFD'

red 201 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #C90CFD

Tints of Electric Purple #C90CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.58%

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

R = 43.13%
G = 2.58%
B = 54.29%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C90CFD (or 0xC90CFD) is known color: Electric Purple. HEX triplet: C9, 0C and FD. RGB value is (201,12,253). Sum of RGB (Red+Green+Blue) = 201+12+253=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #C90CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CFD is #36F302. Grayscale: #5F5F5F. Windows color (decimal): -3601155 or 16583881. OLE color: 16583881.

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

Color convert

RGB 201 12 253 -
CMYK 0.21 0.95 0 0.01
HSL 287.05º 0.98% 0.52% -
HSV(B) 287.05º 0.95% 0.99% -
XYZ 41.95 19.77 94.53 -
YUV 95.99 216.62 202.9 -
System Red Green Blue C M Y K H S L
Decimal 201 12 253 0.21 0.95 0 0.01 287.05 0.98 0.52
Hex C9 C FD 15 5F 0 1 11F 62 34
Octal 311 14 375 25 137 0 1 437 142 64
Binary 11001001 1100 11111101 10101 1011111 0 1 100011111 1100010 110100

Color Harmonies of #C90CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CFD

Black with #C90CFD

Text Example


Text Example

White with #C90CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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