#CB5DC7

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

Shades of Fuchsia #CB5DC7

Tints of Fuchsia #CB5DC7

Color information

#CB5DC7 (or 0xCB5DC7) is unknown color: approx Fuchsia. HEX triplet: CB, 5D and C7. RGB value is (203,93,199). Sum of RGB (Red+Green+Blue) = 203+93+199=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DC7 is #34A238. Grayscale: #898989. Windows color (decimal): -3449401 or 13065675. OLE color: 13065675.

HSL color Cylindrical-coordinate representation of color #CB5DC7: hue angle of 302.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5DC7 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20393199-
CMYK00.540.020.20
HSL302.18º51.4%58.04%-
HSV(B)302.18º54.19%79.61%-
XYZ38.8524.6556.74-
YUV137.97162.44174.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=41.01%
G=18.79%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039319900.540.020.20302.1851.458.04
HexCB5DC703621412e333a
Octal3131353070662244566372
Binary1100101110111011100011101101101010100100101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5DC7; }

 p { color: rgb(203,93,199); }

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

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

 a { background-color: rgb(203,93,199); }

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

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

 span { border-color: rgb(203,93,199); }

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