#CB6DBB

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

Shades of Fuchsia #CB6DBB

Tints of Fuchsia #CB6DBB

Color information

#CB6DBB (or 0xCB6DBB) is unknown color: approx Fuchsia. HEX triplet: CB, 6D and BB. RGB value is (203,109,187). Sum of RGB (Red+Green+Blue) = 203+109+187=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DBB is #349244. Grayscale: #919191. Windows color (decimal): -3445317 or 12283339. OLE color: 12283339.

HSL color Cylindrical-coordinate representation of color #CB6DBB: hue angle of 310.21º 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 #CB6DBB is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203109187-
CMYK00.460.080.20
HSL310.21º47.47%61.18%-
HSV(B)310.21º46.31%79.61%-
XYZ39.0727.2250.21-
YUV146151.14168.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=40.68%
G=21.84%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310918700.460.080.20310.2147.4761.18
HexCB6DBB02E8141362f3d
Octal31315527305610244665775
Binary110010111101101101110110101110100010100100110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DBB; }

 p { color: rgb(203,109,187); }

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

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

 a { background-color: rgb(203,109,187); }

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

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

 span { border-color: rgb(203,109,187); }

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