#CD5F93

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

Shades of Hopbush #CD5F93

Tints of Hopbush #CD5F93

Color information

#CD5F93 (or 0xCD5F93) is unknown color: approx Hopbush. HEX triplet: CD, 5F and 93. RGB value is (205,95,147). Sum of RGB (Red+Green+Blue) = 205+95+147=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5F93 is #32A06C. Grayscale: #858585. Windows color (decimal): -3317869 or 9658317. OLE color: 9658317.

HSL color Cylindrical-coordinate representation of color #CD5F93: hue angle of 331.64º 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 #CD5F93 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20595147-
CMYK00.540.280.20
HSL331.64º52.38%58.82%-
HSV(B)331.64º53.66%80.39%-
XYZ34.5423.2730.28-
YUV133.82135.44178.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=45.86%
G=21.25%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059514700.540.280.20331.6452.3858.82
HexCD5F930361C1414c343b
Octal31513722306634245146473
Binary1100110110111111001001101101101110010100101001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F93; }

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

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

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

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

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

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

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

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