#CD5FA5

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

Shades of Hopbush #CD5FA5

Tints of Hopbush #CD5FA5

Color information

#CD5FA5 (or 0xCD5FA5) is unknown color: approx Hopbush. HEX triplet: CD, 5F and A5. RGB value is (205,95,165). Sum of RGB (Red+Green+Blue) = 205+95+165=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5FA5 is #32A05A. Grayscale: #878787. Windows color (decimal): -3317851 or 10837965. OLE color: 10837965.

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

Color convert

RGB20595165-
CMYK00.540.200.20
HSL321.82º52.38%58.82%-
HSV(B)321.82º53.66%80.39%-
XYZ36.0623.8838.31-
YUV135.87144.44177.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=44.09%
G=20.43%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059516500.540.200.20321.8252.3858.82
HexCD5FA50361414142343b
Octal31513724506624245026473
Binary1100110110111111010010101101101010010100101000010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5FA5; }

 p { color: rgb(205,95,165); }

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

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

 a { background-color: rgb(205,95,165); }

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

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

 span { border-color: rgb(205,95,165); }

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