#CE7DA7

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

Shades of Hopbush #CE7DA7

Tints of Hopbush #CE7DA7

Color information

#CE7DA7 (or 0xCE7DA7) is unknown color: approx Hopbush. HEX triplet: CE, 7D and A7. RGB value is (206,125,167). Sum of RGB (Red+Green+Blue) = 206+125+167=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7DA7 is #318258. Grayscale: #999999. Windows color (decimal): -3244633 or 10976718. OLE color: 10976718.

HSL color Cylindrical-coordinate representation of color #CE7DA7: hue angle of 328.89º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DA7 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB206125167-
CMYK00.390.190.19
HSL328.89º45.25%64.9%-
HSV(B)328.89º39.32%80.78%-
XYZ39.7630.5840.37-
YUV154.01135.34165.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 167 (65.62% from 255) = 33.53%
R=41.37%
G=25.10%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612516700.390.190.19328.8945.2564.9
HexCE7DA702713131492d41
Octal316175247047232351155101
Binary11001110111110110100111010011110011100111010010011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DA7; }

 p { color: rgb(206,125,167); }

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

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

 a { background-color: rgb(206,125,167); }

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

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

 span { border-color: rgb(206,125,167); }

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