#CD6994

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

Shades of Hopbush #CD6994

Tints of Hopbush #CD6994

Color information

#CD6994 (or 0xCD6994) is unknown color: approx Hopbush. HEX triplet: CD, 69 and 94. RGB value is (205,105,148). Sum of RGB (Red+Green+Blue) = 205+105+148=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6994 is #32966B. Grayscale: #8B8B8B. Windows color (decimal): -3315308 or 9726413. OLE color: 9726413.

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

Color convert

RGB205105148-
CMYK00.490.280.20
HSL334.2º50%60.78%-
HSV(B)334.2º48.78%80.39%-
XYZ35.5725.2231.01-
YUV139.8132.63174.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 105 (41.41% from 255) = 22.93%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=44.76%
G=22.93%
B=32.31%

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
Decimal20510514800.490.280.20334.25060.78
HexCD69940311C1414e323d
Octal31515122406134245166275
Binary1100110111010011001010001100011110010100101001110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6994; }

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

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

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

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

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

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

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

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