Html Css Color HEX #C105FD Electric Purple

📋 copy color: '#C105FD'

red 193 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #C105FD

Tints of Electric Purple #C105FD

RGB

 RED value IS 193 (75.78% from 255) = 42.79%

 GREEN value IS 5 (2.34% from 255) = 1.11%

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

R = 42.79%
G = 1.11%
B = 56.1%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C105FD (or 0xC105FD) is known color: Electric Purple. HEX triplet: C1, 05 and FD. RGB value is (193,5,253). Sum of RGB (Red+Green+Blue) = 193+5+253=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #C105FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105FD is #3EFA02. Grayscale: #585858. Windows color (decimal): -4127235 or 16582081. OLE color: 16582081.

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

Color convert

RGB 193 5 253 -
CMYK 0.24 0.98 0 0.01
HSL 285.48º 0.98% 0.51% -
HSV(B) 285.48º 0.98% 0.99% -
XYZ 39.78 18.54 94.41 -
YUV 89.48 220.28 201.83 -
System Red Green Blue C M Y K H S L
Decimal 193 5 253 0.24 0.98 0 0.01 285.48 0.98 0.51
Hex C1 5 FD 18 62 0 1 11D 62 33
Octal 301 5 375 30 142 0 1 435 142 63
Binary 11000001 101 11111101 11000 1100010 0 1 100011101 1100010 110011

Color Harmonies of #C105FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C105FD

Black with #C105FD

Text Example


Text Example

White with #C105FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C105FD; }

 p { color: rgb(193,5,253); }

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

background-color css

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

 a { background-color: rgb(193,5,253); }

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

border-color css

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

 span { border-color: rgb(193,5,253); }

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