#CB6BB6

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

Shades of Fuchsia #CB6BB6

Tints of Fuchsia #CB6BB6

Color information

#CB6BB6 (or 0xCB6BB6) is unknown color: approx Fuchsia. HEX triplet: CB, 6B and B6. RGB value is (203,107,182). Sum of RGB (Red+Green+Blue) = 203+107+182=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BB6 is #349449. Grayscale: #909090. Windows color (decimal): -3445834 or 11955147. OLE color: 11955147.

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

Color convert

RGB203107182-
CMYK00.470.100.20
HSL313.12º48%60.78%-
HSV(B)313.12º47.29%79.61%-
XYZ38.3326.5947.37-
YUV144.25149.3169.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 182 (71.48% from 255) = 36.99%
R=41.26%
G=21.75%
B=36.99%

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
Decimal20310718200.470.100.20313.124860.78
HexCB6BB602FA14139303d
Octal31315326605712244716075
Binary110010111101011101101100101111101010100100111001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6BB6; }

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

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

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

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

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

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

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

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