#CD5F8D

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

Shades of Hopbush #CD5F8D

Tints of Hopbush #CD5F8D

Color information

#CD5F8D (or 0xCD5F8D) is unknown color: approx Hopbush. HEX triplet: CD, 5F and 8D. RGB value is (205,95,141). Sum of RGB (Red+Green+Blue) = 205+95+141=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5F8D is #32A072. Grayscale: #858585. Windows color (decimal): -3317875 or 9265101. OLE color: 9265101.

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

Color convert

RGB20595141-
CMYK00.540.310.20
HSL334.91º52.38%58.82%-
HSV(B)334.91º53.66%80.39%-
XYZ34.0823.0927.86-
YUV133.13132.44179.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=46.49%
G=21.54%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059514100.540.310.20334.9152.3858.82
HexCD5F8D0361F1414f343b
Octal31513721506637245176473
Binary1100110110111111000110101101101111110100101001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F8D; }

 p { color: rgb(205,95,141); }

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

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

 a { background-color: rgb(205,95,141); }

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

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

 span { border-color: rgb(205,95,141); }

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