#CF62AD

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

Shades of Hopbush #CF62AD

Tints of Hopbush #CF62AD

Color information

#CF62AD (or 0xCF62AD) is unknown color: approx Hopbush. HEX triplet: CF, 62 and AD. RGB value is (207,98,173). Sum of RGB (Red+Green+Blue) = 207+98+173=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62AD is #309D52. Grayscale: #8A8A8A. Windows color (decimal): -3186003 or 11363023. OLE color: 11363023.

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

Color convert

RGB20798173-
CMYK00.530.160.19
HSL318.72º53.17%59.8%-
HSV(B)318.72º52.66%81.18%-
XYZ37.6425.0242.38-
YUV139.14147.11176.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=43.31%
G=20.50%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079817300.530.160.19318.7253.1759.8
HexCF62AD035101313f353c
Octal31714225506520234776574
Binary1100111111000101010110101101011000010011100111111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF62AD; }

 p { color: rgb(207,98,173); }

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

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

 a { background-color: rgb(207,98,173); }

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

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

 span { border-color: rgb(207,98,173); }

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