#C36ACB

Color #C36ACB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C36ACB

Tints of Fuchsia #C36ACB

Color information

#C36ACB (or 0xC36ACB) is unknown color: approx Fuchsia. HEX triplet: C3, 6A and CB. RGB value is (195,106,203). Sum of RGB (Red+Green+Blue) = 195+106+203=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #C36ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ACB is #3C9534. Grayscale: #8F8F8F. Windows color (decimal): -3970357 or 13331139. OLE color: 13331139.

HSL color Cylindrical-coordinate representation of color #C36ACB: hue angle of 295.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36ACB is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195106203-
CMYK0.040.4800.20
HSL295.05º48.26%60.59%-
HSV(B)295.05º47.78%79.61%-
XYZ38.4426.2259.54-
YUV143.67161.49164.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 106 (41.80% from 255) = 21.03%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=38.69%
G=21.03%
B=40.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951062030.040.4800.20295.0548.2660.59
HexC36ACB430014127303d
Octal3031523134600244476075
Binary11000011110101011001011100110000010100100100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36ACB; }

 p { color: rgb(195,106,203); }

 H1.HeaderClassName
 {
   color: #C36ACB;
 }
 .AnyTagClassName
 {
   color: #C36ACB;
 }
</style>
background-color css

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

 a { background-color: rgb(195,106,203); }

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

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

 span { border-color: rgb(195,106,203); }

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