Html Css Color HEX #C917FA Electric Purple

📋 copy color: '#C917FA'

red 201 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #C917FA

Tints of Electric Purple #C917FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.85%

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 42.41%
G = 4.85%
B = 52.74%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C917FA (or 0xC917FA) is known color: Electric Purple. HEX triplet: C9, 17 and FA. RGB value is (201,23,250). Sum of RGB (Red+Green+Blue) = 201+23+250=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #C917FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C917FA is #36E805. Grayscale: #656565. Windows color (decimal): -3598342 or 16390089. OLE color: 16390089.

HSL color Cylindrical-coordinate representation of color #C917FA: hue angle of 287.05º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C917FA is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 23 250 -
CMYK 0.20 0.91 0 0.02
HSL 287.05º 0.96% 0.54% -
HSV(B) 287.05º 0.91% 0.98% -
XYZ 41.65 19.93 92.09 -
YUV 102.1 211.47 198.54 -
System Red Green Blue C M Y K H S L
Decimal 201 23 250 0.20 0.91 0 0.02 287.05 0.96 0.54
Hex C9 17 FA 14 5B 0 2 11F 60 36
Octal 311 27 372 24 133 0 2 437 140 66
Binary 11001001 10111 11111010 10100 1011011 0 10 100011111 1100000 110110

Color Harmonies of #C917FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917FA

Black with #C917FA

Text Example


Text Example

White with #C917FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917FA; }

 p { color: rgb(201,23,250); }

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

background-color css

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

 a { background-color: rgb(201,23,250); }

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

border-color css

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

 span { border-color: rgb(201,23,250); }

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