#CE6FA5

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

Shades of Hopbush #CE6FA5

Tints of Hopbush #CE6FA5

Color information

#CE6FA5 (or 0xCE6FA5) is unknown color: approx Hopbush. HEX triplet: CE, 6F and A5. RGB value is (206,111,165). Sum of RGB (Red+Green+Blue) = 206+111+165=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6FA5 is #31905A. Grayscale: #919191. Windows color (decimal): -3248219 or 10842062. OLE color: 10842062.

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

Color convert

RGB206111165-
CMYK00.460.200.19
HSL325.89º49.22%62.16%-
HSV(B)325.89º46.12%80.78%-
XYZ37.9327.2138.85-
YUV145.56138.97171.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=42.74%
G=23.03%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611116500.460.200.19325.8949.2262.16
HexCE6FA502E1413146313e
Octal31615724505624235066176
Binary1100111011011111010010101011101010010011101000110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6FA5; }

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

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

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

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

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

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

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

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