#CD75A0

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

Shades of Hopbush #CD75A0

Tints of Hopbush #CD75A0

Color information

#CD75A0 (or 0xCD75A0) is unknown color: approx Hopbush. HEX triplet: CD, 75 and A0. RGB value is (205,117,160). Sum of RGB (Red+Green+Blue) = 205+117+160=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD75A0 is #328A5F. Grayscale: #949494. Windows color (decimal): -3312224 or 10515917. OLE color: 10515917.

HSL color Cylindrical-coordinate representation of color #CD75A0: hue angle of 330.68º 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 #CD75A0 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB205117160-
CMYK00.430.220.20
HSL330.68º46.81%63.14%-
HSV(B)330.68º42.93%80.39%-
XYZ37.8828.2436.71-
YUV148.21134.65168.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=42.53%
G=24.27%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511716000.430.220.20330.6846.8163.14
HexCD75A002B161414b2f3f
Octal31516524005326245135777
Binary1100110111101011010000001010111011010100101001011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75A0; }

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

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

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

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

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

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

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

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