Html Css Color HEX #C317FD Electric Purple

📋 copy color: '#C317FD'

red 195 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #C317FD

Tints of Electric Purple #C317FD

RGB

 RED value IS 195 (76.56% from 255) = 41.4%

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

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

R = 41.4%
G = 4.88%
B = 53.72%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C317FD (or 0xC317FD) is known color: Electric Purple. HEX triplet: C3, 17 and FD. RGB value is (195,23,253). Sum of RGB (Red+Green+Blue) = 195+23+253=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #C317FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C317FD is #3CE802. Grayscale: #636363. Windows color (decimal): -3991555 or 16586691. OLE color: 16586691.

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

Color convert

RGB 195 23 253 -
CMYK 0.23 0.91 0 0.01
HSL 284.87º 0.98% 0.54% -
HSV(B) 284.87º 0.91% 0.99% -
XYZ 40.54 19.31 94.52 -
YUV 100.65 213.98 195.3 -
System Red Green Blue C M Y K H S L
Decimal 195 23 253 0.23 0.91 0 0.01 284.87 0.98 0.54
Hex C3 17 FD 17 5B 0 1 11D 62 36
Octal 303 27 375 27 133 0 1 435 142 66
Binary 11000011 10111 11111101 10111 1011011 0 1 100011101 1100010 110110

Color Harmonies of #C317FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317FD

Black with #C317FD

Text Example


Text Example

White with #C317FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317FD; }

 p { color: rgb(195,23,253); }

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

background-color css

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

 a { background-color: rgb(195,23,253); }

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

border-color css

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

 span { border-color: rgb(195,23,253); }

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