#CD719D

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

Shades of Hopbush #CD719D

Tints of Hopbush #CD719D

Color information

#CD719D (or 0xCD719D) is unknown color: approx Hopbush. HEX triplet: CD, 71 and 9D. RGB value is (205,113,157). Sum of RGB (Red+Green+Blue) = 205+113+157=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD719D is #328E62. Grayscale: #919191. Windows color (decimal): -3313251 or 10318285. OLE color: 10318285.

HSL color Cylindrical-coordinate representation of color #CD719D: hue angle of 331.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD719D is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205113157-
CMYK00.450.230.20
HSL331.3º47.92%62.35%-
HSV(B)331.3º44.88%80.39%-
XYZ37.1727.2235.19-
YUV145.52134.48170.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=43.16%
G=23.79%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511315700.450.230.20331.347.9262.35
HexCD719D02D171414b303e
Octal31516123505527245136076
Binary1100110111100011001110101011011011110100101001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD719D; }

 p { color: rgb(205,113,157); }

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

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

 a { background-color: rgb(205,113,157); }

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

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

 span { border-color: rgb(205,113,157); }

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