#CD619D

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

Shades of Hopbush #CD619D

Tints of Hopbush #CD619D

Color information

#CD619D (or 0xCD619D) is unknown color: approx Hopbush. HEX triplet: CD, 61 and 9D. RGB value is (205,97,157). Sum of RGB (Red+Green+Blue) = 205+97+157=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD619D is #329E62. Grayscale: #888888. Windows color (decimal): -3317347 or 10314189. OLE color: 10314189.

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

Color convert

RGB20597157-
CMYK00.530.230.20
HSL326.67º51.92%59.22%-
HSV(B)326.67º52.68%80.39%-
XYZ35.5423.9634.65-
YUV136.13139.78177.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=44.66%
G=21.13%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059715700.530.230.20326.6751.9259.22
HexCD619D0351714147343b
Octal31514123506527245076473
Binary1100110111000011001110101101011011110100101000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD619D; }

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

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

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

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

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

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

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

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