#CE6FA8

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

Shades of Hopbush #CE6FA8

Tints of Hopbush #CE6FA8

Color information

#CE6FA8 (or 0xCE6FA8) is unknown color: approx Hopbush. HEX triplet: CE, 6F and A8. RGB value is (206,111,168). Sum of RGB (Red+Green+Blue) = 206+111+168=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6FA8 is #319057. Grayscale: #919191. Windows color (decimal): -3248216 or 11038670. OLE color: 11038670.

HSL color Cylindrical-coordinate representation of color #CE6FA8: hue angle of 324º degrees, saturation: 0.49, 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 #CE6FA8 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB206111168-
CMYK00.460.180.19
HSL324º49.22%62.16%-
HSV(B)324º46.12%80.78%-
XYZ38.2127.3240.3-
YUV145.9140.47170.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=42.47%
G=22.89%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611116800.460.180.1932449.2262.16
HexCE6FA802E1213144313e
Octal31615725005622235046176
Binary1100111011011111010100001011101001010011101000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6FA8; }

 p { color: rgb(206,111,168); }

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

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

 a { background-color: rgb(206,111,168); }

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

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

 span { border-color: rgb(206,111,168); }

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