#CD6694

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

Shades of Hopbush #CD6694

Tints of Hopbush #CD6694

Color information

#CD6694 (or 0xCD6694) is unknown color: approx Hopbush. HEX triplet: CD, 66 and 94. RGB value is (205,102,148). Sum of RGB (Red+Green+Blue) = 205+102+148=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6694 is #32996B. Grayscale: #898989. Windows color (decimal): -3316076 or 9725645. OLE color: 9725645.

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

Color convert

RGB205102148-
CMYK00.500.280.20
HSL333.2º50.74%60.2%-
HSV(B)333.2º50.24%80.39%-
XYZ35.2724.6230.91-
YUV138.04133.62175.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=45.05%
G=22.42%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510214800.500.280.20333.250.7460.2
HexCD66940321C1414d333c
Octal31514622406234245156374
Binary1100110111001101001010001100101110010100101001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6694; }

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

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

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

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

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

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

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

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