#CD79A6

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

Shades of Hopbush #CD79A6

Tints of Hopbush #CD79A6

Color information

#CD79A6 (or 0xCD79A6) is unknown color: approx Hopbush. HEX triplet: CD, 79 and A6. RGB value is (205,121,166). Sum of RGB (Red+Green+Blue) = 205+121+166=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD79A6 is #328659. Grayscale: #979797. Windows color (decimal): -3311194 or 10910157. OLE color: 10910157.

HSL color Cylindrical-coordinate representation of color #CD79A6: hue angle of 327.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD79A6 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB205121166-
CMYK00.410.190.20
HSL327.86º45.65%63.92%-
HSV(B)327.86º40.98%80.39%-
XYZ38.929.4139.7-
YUV151.25136.33166.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 166 (65.23% from 255) = 33.74%
R=41.67%
G=24.59%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512116600.410.190.20327.8645.6563.92
HexCD79A602913141482e40
Octal315171246051232451056100
Binary11001101111100110100110010100110011101001010010001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79A6; }

 p { color: rgb(205,121,166); }

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

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

 a { background-color: rgb(205,121,166); }

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

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

 span { border-color: rgb(205,121,166); }

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