Html Css Color HEX #C910FD Electric Purple

📋 copy color: '#C910FD'

red 201 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #C910FD

Tints of Electric Purple #C910FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.4%

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

R = 42.77%
G = 3.4%
B = 53.83%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C910FD (or 0xC910FD) is known color: Electric Purple. HEX triplet: C9, 10 and FD. RGB value is (201,16,253). Sum of RGB (Red+Green+Blue) = 201+16+253=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 16 (6.64% from 255 or 3.40% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #C910FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910FD is #36EF02. Grayscale: #616161. Windows color (decimal): -3600131 or 16584905. OLE color: 16584905.

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

Color convert

RGB 201 16 253 -
CMYK 0.21 0.94 0 0.01
HSL 286.84º 0.98% 0.53% -
HSV(B) 286.84º 0.94% 0.99% -
XYZ 42 19.88 94.55 -
YUV 98.33 215.29 201.23 -
System Red Green Blue C M Y K H S L
Decimal 201 16 253 0.21 0.94 0 0.01 286.84 0.98 0.53
Hex C9 10 FD 15 5E 0 1 11F 62 35
Octal 311 20 375 25 136 0 1 437 142 65
Binary 11001001 10000 11111101 10101 1011110 0 1 100011111 1100010 110101

Color Harmonies of #C910FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910FD

Black with #C910FD

Text Example


Text Example

White with #C910FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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