#CB6EB1

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

Shades of Fuchsia #CB6EB1

Tints of Fuchsia #CB6EB1

Color information

#CB6EB1 (or 0xCB6EB1) is unknown color: approx Fuchsia. HEX triplet: CB, 6E and B1. RGB value is (203,110,177). Sum of RGB (Red+Green+Blue) = 203+110+177=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6EB1 is #34914E. Grayscale: #919191. Windows color (decimal): -3445071 or 11628235. OLE color: 11628235.

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

Color convert

RGB203110177-
CMYK00.460.130.20
HSL316.77º47.21%61.37%-
HSV(B)316.77º45.81%79.61%-
XYZ38.1427.0244.8-
YUV145.44145.81169.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=41.43%
G=22.45%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311017700.460.130.20316.7747.2161.37
HexCB6EB102ED1413d2f3d
Octal31315626105615244755775
Binary110010111101110101100010101110110110100100111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6EB1; }

 p { color: rgb(203,110,177); }

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

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

 a { background-color: rgb(203,110,177); }

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

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

 span { border-color: rgb(203,110,177); }

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