Html Css Color HEX #C15DC8 Fuchsia

📋 copy color: '#C15DC8'

red 193 ◦ green 93 ◦ blue 200

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

Shades of Fuchsia #C15DC8

Tints of Fuchsia #C15DC8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.14%

 BLUE value IS 200 (78.52% from 255) = 41.15%

R = 39.71%
G = 19.14%
B = 41.15%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C15DC8 (or 0xC15DC8) is known color: Fuchsia. HEX triplet: C1, 5D and C8. RGB value is (193,93,200). Sum of RGB (Red+Green+Blue) = 193+93+200=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #C15DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DC8 is #3EA237. Grayscale: #868686. Windows color (decimal): -4104760 or 13131201. OLE color: 13131201.

HSL color Cylindrical-coordinate representation of color #C15DC8: hue angle of 296.07º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15DC8 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 93 200 -
CMYK 0.04 0.54 0 0.22
HSL 296.07º 0.49% 0.57% -
HSV(B) 296.07º 0.54% 0.78% -
XYZ 36.33 23.34 57.23 -
YUV 135.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 193 93 200 0.04 0.54 0 0.22 296.07 0.49 0.57
Hex C1 5D C8 4 36 0 16 128 31 39
Octal 301 135 310 4 66 0 26 450 61 71
Binary 11000001 1011101 11001000 100 110110 0 10110 100101000 110001 111001

Color Harmonies of #C15DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DC8

Black with #C15DC8

Text Example


Text Example

White with #C15DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DC8; }

 p { color: rgb(193,93,200); }

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

background-color css

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

 a { background-color: rgb(193,93,200); }

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

border-color css

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

 span { border-color: rgb(193,93,200); }

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