#CB66BD

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

Shades of Fuchsia #CB66BD

Tints of Fuchsia #CB66BD

Color information

#CB66BD (or 0xCB66BD) is unknown color: approx Fuchsia. HEX triplet: CB, 66 and BD. RGB value is (203,102,189). Sum of RGB (Red+Green+Blue) = 203+102+189=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66BD is #349942. Grayscale: #8D8D8D. Windows color (decimal): -3447107 or 12412619. OLE color: 12412619.

HSL color Cylindrical-coordinate representation of color #CB66BD: hue angle of 308.32º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB66BD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203102189-
CMYK00.500.070.20
HSL308.32º49.27%59.8%-
HSV(B)308.32º49.75%79.61%-
XYZ38.5725.8751.11-
YUV142.12154.46171.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=41.09%
G=20.65%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310218900.500.070.20308.3249.2759.8
HexCB66BD032714134313c
Octal3131462750627244646174
Binary11001011110011010111101011001011110100100110100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66BD; }

 p { color: rgb(203,102,189); }

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

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

 a { background-color: rgb(203,102,189); }

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

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

 span { border-color: rgb(203,102,189); }

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