#CD7695

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

Shades of Hopbush #CD7695

Tints of Hopbush #CD7695

Color information

#CD7695 (or 0xCD7695) is unknown color: approx Hopbush. HEX triplet: CD, 76 and 95. RGB value is (205,118,149). Sum of RGB (Red+Green+Blue) = 205+118+149=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7695 is #32896A. Grayscale: #939393. Windows color (decimal): -3311979 or 9795277. OLE color: 9795277.

HSL color Cylindrical-coordinate representation of color #CD7695: hue angle of 338.62º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7695 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205118149-
CMYK00.420.270.20
HSL338.62º46.52%63.33%-
HSV(B)338.62º42.44%80.39%-
XYZ37.0828.1131.9-
YUV147.55128.82168.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=43.43%
G=25%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511814900.420.270.20338.6246.5263.33
HexCD769502A1B141532f3f
Octal31516622505233245235777
Binary1100110111101101001010101010101101110100101010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7695; }

 p { color: rgb(205,118,149); }

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

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

 a { background-color: rgb(205,118,149); }

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

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

 span { border-color: rgb(205,118,149); }

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