#CF6DA8

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

Shades of Hopbush #CF6DA8

Tints of Hopbush #CF6DA8

Color information

#CF6DA8 (or 0xCF6DA8) is unknown color: approx Hopbush. HEX triplet: CF, 6D and A8. RGB value is (207,109,168). Sum of RGB (Red+Green+Blue) = 207+109+168=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6DA8 is #309257. Grayscale: #909090. Windows color (decimal): -3183192 or 11038159. OLE color: 11038159.

HSL color Cylindrical-coordinate representation of color #CF6DA8: hue angle of 323.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DA8 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB207109168-
CMYK00.470.190.19
HSL323.88º50.52%61.96%-
HSV(B)323.88º47.34%81.18%-
XYZ38.2727.0340.25-
YUV145.03140.97172.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=42.77%
G=22.52%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710916800.470.190.19323.8850.5261.96
HexCF6DA802F1313144333e
Octal31715525005723235046376
Binary1100111111011011010100001011111001110011101000100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DA8; }

 p { color: rgb(207,109,168); }

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

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

 a { background-color: rgb(207,109,168); }

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

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

 span { border-color: rgb(207,109,168); }

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