#cd75ad

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

Shades of Hopbush #CD75AD

Tints of Hopbush #CD75AD

Color information

#CD75AD (or 0xCD75AD) is unknown color: approx Hopbush. HEX triplet: CD, 75 and AD. RGB value is (205,117,173). Sum of RGB (Red+Green+Blue) = 205+117+173=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD75AD is #328A52. Grayscale: #959595. Windows color (decimal): -3312211 or 11367885. OLE color: 11367885.

HSL color Cylindrical-coordinate representation of color #CD75AD: hue angle of 321.82º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD75AD is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205117173-
CMYK00.430.160.20
HSL321.82º46.81%63.14%-
HSV(B)321.82º42.93%80.39%-
XYZ39.0828.7243.02-
YUV149.7141.15167.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=41.41%
G=23.64%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511717300.430.160.20321.8246.8163.14
HexCD75AD02B10141422f3f
Octal31516525505320245025777
Binary1100110111101011010110101010111000010100101000010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd75ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd75ad; }

 p { color: rgb(205,117,173); }

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

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

 a { background-color: rgb(205,117,173); }

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

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

 span { border-color: rgb(205,117,173); }

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