#CB5ACC

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

Shades of Fuchsia #CB5ACC

Tints of Fuchsia #CB5ACC

Color information

#CB5ACC (or 0xCB5ACC) is unknown color: approx Fuchsia. HEX triplet: CB, 5A and CC. RGB value is (203,90,204). Sum of RGB (Red+Green+Blue) = 203+90+204=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ACC is #34A533. Grayscale: #888888. Windows color (decimal): -3450164 or 13392587. OLE color: 13392587.

HSL color Cylindrical-coordinate representation of color #CB5ACC: hue angle of 299.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5ACC is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20390204-
CMYK0.000.5600.2
HSL299.47º52.78%57.65%-
HSV(B)299.47º55.88%80%-
XYZ39.1824.3759.77-
YUV136.78165.94175.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 90 (35.55% from 255) = 18.11%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=40.85%
G=18.11%
B=41.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203902040.000.5600.2299.4752.7857.65
HexCB5ACC03801412b353a
Octal3131323140700244536572
Binary110010111011010110011000111000010100100101011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5ACC; }

 p { color: rgb(203,90,204); }

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

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

 a { background-color: rgb(203,90,204); }

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

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

 span { border-color: rgb(203,90,204); }

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