Html Css Color HEX #C900FD Electric Purple

📋 copy color: '#C900FD'

red 201 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #C900FD

Tints of Electric Purple #C900FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.27%
G = 0%
B = 55.73%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C900FD (or 0xC900FD) is known color: Electric Purple. HEX triplet: C9, 00 and FD. RGB value is (201,0,253). Sum of RGB (Red+Green+Blue) = 201+0+253=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #C900FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900FD is #36FF02. Grayscale: #585858. Windows color (decimal): -3604227 or 16580809. OLE color: 16580809.

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

Color convert

RGB 201 0 253 -
CMYK 0.21 1 0 0.01
HSL 287.67º 1% 0.5% -
HSV(B) 287.67º 1% 0.99% -
XYZ 41.82 19.51 94.49 -
YUV 88.94 220.59 207.93 -
System Red Green Blue C M Y K H S L
Decimal 201 0 253 0.21 1 0 0.01 287.67 1 0.5
Hex C9 0 FD 15 64 0 1 120 64 32
Octal 311 0 375 25 144 0 1 440 144 62
Binary 11001001 0 11111101 10101 1100100 0 1 100100000 1100100 110010

Color Harmonies of #C900FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900FD

Black with #C900FD

Text Example


Text Example

White with #C900FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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