#CD61A6

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

Shades of Hopbush #CD61A6

Tints of Hopbush #CD61A6

Color information

#CD61A6 (or 0xCD61A6) is unknown color: approx Hopbush. HEX triplet: CD, 61 and A6. RGB value is (205,97,166). Sum of RGB (Red+Green+Blue) = 205+97+166=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD61A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD61A6 is #329E59. Grayscale: #888888. Windows color (decimal): -3317338 or 10904013. OLE color: 10904013.

HSL color Cylindrical-coordinate representation of color #CD61A6: hue angle of 321.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 #CD61A6 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB20597166-
CMYK00.530.190.20
HSL321.67º51.92%59.22%-
HSV(B)321.67º52.68%80.39%-
XYZ36.3324.2838.85-
YUV137.16144.28176.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 166 (65.23% from 255) = 35.47%
R=43.80%
G=20.73%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059716600.530.190.20321.6751.9259.22
HexCD61A60351314142343b
Octal31514124606523245026473
Binary1100110111000011010011001101011001110100101000010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD61A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD61A6; }

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

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

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

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

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

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

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

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