#CB6CB7

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

Shades of Fuchsia #CB6CB7

Tints of Fuchsia #CB6CB7

Color information

#CB6CB7 (or 0xCB6CB7) is unknown color: approx Fuchsia. HEX triplet: CB, 6C and B7. RGB value is (203,108,183). Sum of RGB (Red+Green+Blue) = 203+108+183=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CB7 is #349348. Grayscale: #909090. Windows color (decimal): -3445577 or 12020939. OLE color: 12020939.

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

Color convert

RGB203108183-
CMYK00.470.100.20
HSL312.63º47.74%60.98%-
HSV(B)312.63º46.8%79.61%-
XYZ38.5426.8447.95-
YUV144.95149.47169.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 108 (42.58% from 255) = 21.86%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=41.09%
G=21.86%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310818300.470.100.20312.6347.7460.98
HexCB6CB702FA14139303d
Octal31315426705712244716075
Binary110010111101100101101110101111101010100100111001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6CB7; }

 p { color: rgb(203,108,183); }

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

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

 a { background-color: rgb(203,108,183); }

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

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

 span { border-color: rgb(203,108,183); }

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