#CB68B6

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

Shades of Fuchsia #CB68B6

Tints of Fuchsia #CB68B6

Color information

#CB68B6 (or 0xCB68B6) is unknown color: approx Fuchsia. HEX triplet: CB, 68 and B6. RGB value is (203,104,182). Sum of RGB (Red+Green+Blue) = 203+104+182=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68B6 is #349749. Grayscale: #8E8E8E. Windows color (decimal): -3446602 or 11954379. OLE color: 11954379.

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

Color convert

RGB203104182-
CMYK00.490.100.20
HSL312.73º48.77%60.2%-
HSV(B)312.73º48.77%79.61%-
XYZ38.0225.9747.27-
YUV142.49150.3171.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=41.51%
G=21.27%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310418200.490.100.20312.7348.7760.2
HexCB68B6031A14139313c
Octal31315026606112244716174
Binary110010111101000101101100110001101010100100111001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB68B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB68B6; }

 p { color: rgb(203,104,182); }

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

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

 a { background-color: rgb(203,104,182); }

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

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

 span { border-color: rgb(203,104,182); }

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