#CB65BE

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

Shades of Fuchsia #CB65BE

Tints of Fuchsia #CB65BE

Color information

#CB65BE (or 0xCB65BE) is unknown color: approx Fuchsia. HEX triplet: CB, 65 and BE. RGB value is (203,101,190). Sum of RGB (Red+Green+Blue) = 203+101+190=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65BE is #349A41. Grayscale: #8D8D8D. Windows color (decimal): -3447362 or 12477899. OLE color: 12477899.

HSL color Cylindrical-coordinate representation of color #CB65BE: hue angle of 307.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB65BE is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203101190-
CMYK00.500.060.20
HSL307.65º49.51%59.61%-
HSV(B)307.65º50.25%79.61%-
XYZ38.5825.7251.65-
YUV141.64155.29171.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=41.09%
G=20.45%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310119000.500.060.20307.6549.5159.61
HexCB65BE032614134323c
Octal3131452760626244646274
Binary11001011110010110111110011001011010100100110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB65BE; }

 p { color: rgb(203,101,190); }

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

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

 a { background-color: rgb(203,101,190); }

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

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

 span { border-color: rgb(203,101,190); }

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