#CD6698

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

Shades of Hopbush #CD6698

Tints of Hopbush #CD6698

Color information

#CD6698 (or 0xCD6698) is unknown color: approx Hopbush. HEX triplet: CD, 66 and 98. RGB value is (205,102,152). Sum of RGB (Red+Green+Blue) = 205+102+152=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6698 is #329967. Grayscale: #8A8A8A. Windows color (decimal): -3316072 or 9987789. OLE color: 9987789.

HSL color Cylindrical-coordinate representation of color #CD6698: hue angle of 330.87º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6698 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205102152-
CMYK00.500.260.20
HSL330.87º50.74%60.2%-
HSV(B)330.87º50.24%80.39%-
XYZ35.624.7532.61-
YUV138.5135.62175.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=44.66%
G=22.22%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510215200.500.260.20330.8750.7460.2
HexCD66980321A1414b333c
Octal31514623006232245136374
Binary1100110111001101001100001100101101010100101001011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6698; }

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

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

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

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

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

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

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

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