#CB6FBA

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

Shades of Fuchsia #CB6FBA

Tints of Fuchsia #CB6FBA

Color information

#CB6FBA (or 0xCB6FBA) is unknown color: approx Fuchsia. HEX triplet: CB, 6F and BA. RGB value is (203,111,186). Sum of RGB (Red+Green+Blue) = 203+111+186=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FBA is #349045. Grayscale: #929292. Windows color (decimal): -3444806 or 12218315. OLE color: 12218315.

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

Color convert

RGB203111186-
CMYK00.450.080.20
HSL311.09º46.94%61.57%-
HSV(B)311.09º45.32%79.61%-
XYZ39.1827.6149.72-
YUV147.06149.98167.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=40.6%
G=22.2%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311118600.450.080.20311.0946.9461.57
HexCB6FBA02D8141372f3e
Octal31315727205510244675776
Binary110010111101111101110100101101100010100100110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6FBA; }

 p { color: rgb(203,111,186); }

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

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

 a { background-color: rgb(203,111,186); }

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

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

 span { border-color: rgb(203,111,186); }

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