#CD65BE

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

Shades of Fuchsia #CD65BE

Tints of Fuchsia #CD65BE

Color information

#CD65BE (or 0xCD65BE) is unknown color: approx Fuchsia. HEX triplet: CD, 65 and BE. RGB value is (205,101,190). Sum of RGB (Red+Green+Blue) = 205+101+190=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65BE is #329A41. Grayscale: #8D8D8D. Windows color (decimal): -3316290 or 12477901. OLE color: 12477901.

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

Color convert

RGB205101190-
CMYK00.510.070.20
HSL308.65º50.98%60%-
HSV(B)308.65º50.73%80.39%-
XYZ39.122651.67-
YUV142.24154.96172.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=41.33%
G=20.36%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510119000.510.070.20308.6550.9860
HexCD65BE033714135333c
Octal3151452760637244656374
Binary11001101110010110111110011001111110100100110101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65BE; }

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

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

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

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

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

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

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

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