#CE6CA4

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

Shades of Hopbush #CE6CA4

Tints of Hopbush #CE6CA4

Color information

#CE6CA4 (or 0xCE6CA4) is unknown color: approx Hopbush. HEX triplet: CE, 6C and A4. RGB value is (206,108,164). Sum of RGB (Red+Green+Blue) = 206+108+164=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6CA4 is #31935B. Grayscale: #8F8F8F. Windows color (decimal): -3248988 or 10775758. OLE color: 10775758.

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

Color convert

RGB206108164-
CMYK00.480.200.19
HSL325.71º50%61.57%-
HSV(B)325.71º47.57%80.78%-
XYZ37.5226.5338.26-
YUV143.69139.47172.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=43.10%
G=22.59%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610816400.480.200.19325.715061.57
HexCE6CA40301413146323e
Octal31615424406024235066276
Binary1100111011011001010010001100001010010011101000110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6CA4; }

 p { color: rgb(206,108,164); }

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

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

 a { background-color: rgb(206,108,164); }

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

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

 span { border-color: rgb(206,108,164); }

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