#CD6997

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

Shades of Hopbush #CD6997

Tints of Hopbush #CD6997

Color information

#CD6997 (or 0xCD6997) is unknown color: approx Hopbush. HEX triplet: CD, 69 and 97. RGB value is (205,105,151). Sum of RGB (Red+Green+Blue) = 205+105+151=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6997 is #329668. Grayscale: #8C8C8C. Windows color (decimal): -3315305 or 9923021. OLE color: 9923021.

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

Color convert

RGB205105151-
CMYK00.490.260.20
HSL332.4º50%60.78%-
HSV(B)332.4º48.78%80.39%-
XYZ35.8125.3232.28-
YUV140.14134.13174.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=44.47%
G=22.78%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510515100.490.260.20332.45060.78
HexCD69970311A1414c323d
Octal31515122706132245146275
Binary1100110111010011001011101100011101010100101001100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6997; }

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

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

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

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

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

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

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

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