Html Css Color HEX #C903FD Electric Purple

📋 copy color: '#C903FD'

red 201 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #C903FD

Tints of Electric Purple #C903FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

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

R = 43.98%
G = 0.66%
B = 55.36%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C903FD (or 0xC903FD) is known color: Electric Purple. HEX triplet: C9, 03 and FD. RGB value is (201,3,253). Sum of RGB (Red+Green+Blue) = 201+3+253=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #C903FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C903FD is #36FC02. Grayscale: #595959. Windows color (decimal): -3603459 or 16581577. OLE color: 16581577.

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

Color convert

RGB 201 3 253 -
CMYK 0.21 0.99 0 0.01
HSL 287.52º 0.98% 0.5% -
HSV(B) 287.52º 0.99% 0.99% -
XYZ 41.85 19.57 94.5 -
YUV 90.7 219.6 206.67 -
System Red Green Blue C M Y K H S L
Decimal 201 3 253 0.21 0.99 0 0.01 287.52 0.98 0.5
Hex C9 3 FD 15 63 0 1 120 62 32
Octal 311 3 375 25 143 0 1 440 142 62
Binary 11001001 11 11111101 10101 1100011 0 1 100100000 1100010 110010

Color Harmonies of #C903FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C903FD

Black with #C903FD

Text Example


Text Example

White with #C903FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C903FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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