#CE69A8

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

Shades of Hopbush #CE69A8

Tints of Hopbush #CE69A8

Color information

#CE69A8 (or 0xCE69A8) is unknown color: approx Hopbush. HEX triplet: CE, 69 and A8. RGB value is (206,105,168). Sum of RGB (Red+Green+Blue) = 206+105+168=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE69A8 is #319657. Grayscale: #8E8E8E. Windows color (decimal): -3249752 or 11037134. OLE color: 11037134.

HSL color Cylindrical-coordinate representation of color #CE69A8: hue angle of 322.57º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE69A8 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB206105168-
CMYK00.490.180.19
HSL322.57º50.75%60.98%-
HSV(B)322.57º49.03%80.78%-
XYZ37.5726.0540.09-
YUV142.38142.46173.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=43.01%
G=21.92%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610516800.490.180.19322.5750.7560.98
HexCE69A80311213143333d
Octal31615125006122235036375
Binary1100111011010011010100001100011001010011101000011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE69A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE69A8; }

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

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

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

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

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

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

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

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