#CD6998

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

Shades of Hopbush #CD6998

Tints of Hopbush #CD6998

Color information

#CD6998 (or 0xCD6998) is unknown color: approx Hopbush. HEX triplet: CD, 69 and 98. RGB value is (205,105,152). Sum of RGB (Red+Green+Blue) = 205+105+152=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6998 is #329667. Grayscale: #8C8C8C. Windows color (decimal): -3315304 or 9988557. OLE color: 9988557.

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

Color convert

RGB205105152-
CMYK00.490.260.20
HSL331.8º50%60.78%-
HSV(B)331.8º48.78%80.39%-
XYZ35.925.3532.71-
YUV140.26134.63174.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.37%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 152 (59.77% from 255) = 32.90%
R=44.37%
G=22.73%
B=32.90%

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
Decimal20510515200.490.260.20331.85060.78
HexCD69980311A1414c323d
Octal31515123006132245146275
Binary1100110111010011001100001100011101010100101001100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6998; }

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

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

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

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

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

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

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

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