#CF63A4

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

Shades of Hopbush #CF63A4

Tints of Hopbush #CF63A4

Color information

#CF63A4 (or 0xCF63A4) is unknown color: approx Hopbush. HEX triplet: CF, 63 and A4. RGB value is (207,99,164). Sum of RGB (Red+Green+Blue) = 207+99+164=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF63A4 is #309C5B. Grayscale: #8A8A8A. Windows color (decimal): -3185756 or 10773455. OLE color: 10773455.

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

Color convert

RGB20799164-
CMYK00.520.210.19
HSL323.89º52.94%60%-
HSV(B)323.89º52.17%81.18%-
XYZ36.8924.8737.98-
YUV138.7142.28176.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=44.04%
G=21.06%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079916400.520.210.19323.8952.9460
HexCF63A40341513144353c
Octal31714324406425235046574
Binary1100111111000111010010001101001010110011101000100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF63A4; }

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

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

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

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

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

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

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

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