#CD68BB

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

Shades of Fuchsia #CD68BB

Tints of Fuchsia #CD68BB

Color information

#CD68BB (or 0xCD68BB) is unknown color: approx Fuchsia. HEX triplet: CD, 68 and BB. RGB value is (205,104,187). Sum of RGB (Red+Green+Blue) = 205+104+187=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68BB is #329744. Grayscale: #8F8F8F. Windows color (decimal): -3315525 or 12282061. OLE color: 12282061.

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

Color convert

RGB205104187-
CMYK00.490.090.20
HSL310.69º50.25%60.59%-
HSV(B)310.69º49.27%80.39%-
XYZ39.126.4750.06-
YUV143.66152.46171.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 104 (41.02% from 255) = 20.97%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=41.33%
G=20.97%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510418700.490.090.20310.6950.2560.59
HexCD68BB031914137323d
Octal31515027306111244676275
Binary110011011101000101110110110001100110100100110111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD68BB; }

 p { color: rgb(205,104,187); }

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

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

 a { background-color: rgb(205,104,187); }

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

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

 span { border-color: rgb(205,104,187); }

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