#CD6993

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

Shades of Hopbush #CD6993

Tints of Hopbush #CD6993

Color information

#CD6993 (or 0xCD6993) is unknown color: approx Hopbush. HEX triplet: CD, 69 and 93. RGB value is (205,105,147). Sum of RGB (Red+Green+Blue) = 205+105+147=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6993 is #32966C. Grayscale: #8B8B8B. Windows color (decimal): -3315309 or 9660877. OLE color: 9660877.

HSL color Cylindrical-coordinate representation of color #CD6993: hue angle of 334.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6993 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205105147-
CMYK00.490.280.20
HSL334.8º50%60.78%-
HSV(B)334.8º48.78%80.39%-
XYZ35.4925.1930.59-
YUV139.69132.13174.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=44.86%
G=22.98%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510514700.490.280.20334.85060.78
HexCD69930311C1414f323d
Octal31515122306134245176275
Binary1100110111010011001001101100011110010100101001111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6993; }

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

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

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

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

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

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

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

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