#CD6990

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

Shades of Hopbush #CD6990

Tints of Hopbush #CD6990

Color information

#CD6990 (or 0xCD6990) is unknown color: approx Hopbush. HEX triplet: CD, 69 and 90. RGB value is (205,105,144). Sum of RGB (Red+Green+Blue) = 205+105+144=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6990 is #32966F. Grayscale: #8B8B8B. Windows color (decimal): -3315312 or 9464269. OLE color: 9464269.

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

Color convert

RGB205105144-
CMYK00.490.300.20
HSL336.6º50%60.78%-
HSV(B)336.6º48.78%80.39%-
XYZ35.2625.129.37-
YUV139.35130.63174.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 144 (56.64% from 255) = 31.72%
R=45.15%
G=23.13%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510514400.490.300.20336.65060.78
HexCD69900311E14151323d
Octal31515122006136245216275
Binary1100110111010011001000001100011111010100101010001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6990; }

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

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

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

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

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

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

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

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