#CB68B3

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

Shades of Fuchsia #CB68B3

Tints of Fuchsia #CB68B3

Color information

#CB68B3 (or 0xCB68B3) is unknown color: approx Fuchsia. HEX triplet: CB, 68 and B3. RGB value is (203,104,179). Sum of RGB (Red+Green+Blue) = 203+104+179=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68B3 is #34974C. Grayscale: #8D8D8D. Windows color (decimal): -3446605 or 11757771. OLE color: 11757771.

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

Color convert

RGB203104179-
CMYK00.490.120.20
HSL314.55º48.77%60.2%-
HSV(B)314.55º48.77%79.61%-
XYZ37.7225.8545.65-
YUV142.15148.8171.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=41.77%
G=21.40%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310417900.490.120.20314.5548.7760.2
HexCB68B3031C1413b313c
Octal31315026306114244736174
Binary110010111101000101100110110001110010100100111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB68B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB68B3; }

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

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

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

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

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

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

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

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