#CF6FA4

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

Shades of Hopbush #CF6FA4

Tints of Hopbush #CF6FA4

Color information

#CF6FA4 (or 0xCF6FA4) is unknown color: approx Hopbush. HEX triplet: CF, 6F and A4. RGB value is (207,111,164). Sum of RGB (Red+Green+Blue) = 207+111+164=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6FA4 is #30905B. Grayscale: #919191. Windows color (decimal): -3182684 or 10776527. OLE color: 10776527.

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

Color convert

RGB207111164-
CMYK00.460.210.19
HSL326.88º50%62.35%-
HSV(B)326.88º46.38%81.18%-
XYZ38.1227.3138.39-
YUV145.75138.3171.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=42.95%
G=23.03%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711116400.460.210.19326.885062.35
HexCF6FA402E1513147323e
Octal31715724405625235076276
Binary1100111111011111010010001011101010110011101000111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6FA4; }

 p { color: rgb(207,111,164); }

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

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

 a { background-color: rgb(207,111,164); }

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

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

 span { border-color: rgb(207,111,164); }

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