#cd6ea7

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

Shades of Hopbush #CD6EA7

Tints of Hopbush #CD6EA7

Color information

#CD6EA7 (or 0xCD6EA7) is unknown color: approx Hopbush. HEX triplet: CD, 6E and A7. RGB value is (205,110,167). Sum of RGB (Red+Green+Blue) = 205+110+167=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6EA7 is #329158. Grayscale: #909090. Windows color (decimal): -3314009 or 10972877. OLE color: 10972877.

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

Color convert

RGB205110167-
CMYK00.460.190.20
HSL324º48.72%61.76%-
HSV(B)324º46.34%80.39%-
XYZ37.7326.9239.77-
YUV144.9140.47170.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=42.53%
G=22.82%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511016700.460.190.2032448.7261.76
HexCD6EA702E1314144313e
Octal31515624705623245046176
Binary1100110111011101010011101011101001110100101000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6ea7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6ea7; }

 p { color: rgb(205,110,167); }

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

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

 a { background-color: rgb(205,110,167); }

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

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

 span { border-color: rgb(205,110,167); }

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