Html Css Color HEX #C15BC8 Fuchsia

📋 copy color: '#C15BC8'

red 193 ◦ green 91 ◦ blue 200

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

Shades of Fuchsia #C15BC8

Tints of Fuchsia #C15BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.8%

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

R = 39.88%
G = 18.8%
B = 41.32%

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

#C15BC8 (or 0xC15BC8) is known color: Fuchsia. HEX triplet: C1, 5B and C8. RGB value is (193,91,200). Sum of RGB (Red+Green+Blue) = 193+91+200=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 200 - color contains mainly: blue. Hex color #C15BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BC8 is #3EA437. Grayscale: #858585. Windows color (decimal): -4105272 or 13130689. OLE color: 13130689.

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

Color convert

RGB 193 91 200 -
CMYK 0.04 0.54 0 0.22
HSL 296.15º 0.5% 0.57% -
HSV(B) 296.15º 0.55% 0.78% -
XYZ 36.16 22.99 57.18 -
YUV 133.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 193 91 200 0.04 0.54 0 0.22 296.15 0.5 0.57
Hex C1 5B C8 4 36 0 16 128 32 39
Octal 301 133 310 4 66 0 26 450 62 71
Binary 11000001 1011011 11001000 100 110110 0 10110 100101000 110010 111001

Color Harmonies of #C15BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BC8

Black with #C15BC8

Text Example


Text Example

White with #C15BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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