#CD62AA

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

Shades of Hopbush #CD62AA

Tints of Hopbush #CD62AA

Color information

#CD62AA (or 0xCD62AA) is unknown color: approx Hopbush. HEX triplet: CD, 62 and AA. RGB value is (205,98,170). Sum of RGB (Red+Green+Blue) = 205+98+170=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD62AA is #329D55. Grayscale: #8A8A8A. Windows color (decimal): -3317078 or 11166413. OLE color: 11166413.

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

Color convert

RGB20598170-
CMYK00.520.170.20
HSL319.63º51.69%59.41%-
HSV(B)319.63º52.2%80.39%-
XYZ36.824.6240.84-
YUV138.2145.95175.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 98 (38.67% from 255) = 20.72%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=43.34%
G=20.72%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059817000.520.170.20319.6351.6959.41
HexCD62AA0341114140343b
Octal31514225206421245006473
Binary1100110111000101010101001101001000110100101000000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD62AA; }

 p { color: rgb(205,98,170); }

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

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

 a { background-color: rgb(205,98,170); }

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

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

 span { border-color: rgb(205,98,170); }

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