Html Css Color HEX #C917FF Electric Purple

📋 copy color: '#C917FF'

red 201 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #C917FF

Tints of Electric Purple #C917FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 41.96%
G = 4.8%
B = 53.24%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C917FF (or 0xC917FF) is known color: Electric Purple. HEX triplet: C9, 17 and FF. RGB value is (201,23,255). Sum of RGB (Red+Green+Blue) = 201+23+255=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #C917FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C917FF is #36E800. Grayscale: #656565. Windows color (decimal): -3598337 or 16717769. OLE color: 16717769.

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

Color convert

RGB 201 23 255 -
CMYK 0.21 0.91 0 0
HSL 286.03º 1% 0.55% -
HSV(B) 286.03º 0.91% 1% -
XYZ 42.44 20.25 96.28 -
YUV 102.67 213.97 198.14 -
System Red Green Blue C M Y K H S L
Decimal 201 23 255 0.21 0.91 0 0 286.03 1 0.55
Hex C9 17 FF 15 5B 0 0 11E 64 37
Octal 311 27 377 25 133 0 0 436 144 67
Binary 11001001 10111 11111111 10101 1011011 0 0 100011110 1100100 110111

Color Harmonies of #C917FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917FF

Black with #C917FF

Text Example


Text Example

White with #C917FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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