#CE8FD7

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

Shades of Wisteria #CE8FD7

Tints of Wisteria #CE8FD7

Color information

#CE8FD7 (or 0xCE8FD7) is unknown color: approx Wisteria. HEX triplet: CE, 8F and D7. RGB value is (206,143,215). Sum of RGB (Red+Green+Blue) = 206+143+215=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE8FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FD7 is #317028. Grayscale: #A9A9A9. Windows color (decimal): -3239977 or 14127054. OLE color: 14127054.

HSL color Cylindrical-coordinate representation of color #CE8FD7: hue angle of 292.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8FD7 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206143215-
CMYK0.040.3300.16
HSL292.5º47.37%70.2%-
HSV(B)292.5º33.49%84.31%-
XYZ47.5437.6769.06-
YUV170.04153.37153.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 143 (56.25% from 255) = 25.35%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=36.52%
G=25.35%
B=38.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061432150.040.3300.16292.547.3770.2
HexCE8FD74210101242f46
Octal31621732744102044457106
Binary1100111010001111110101111001000010100001001001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FD7; }

 p { color: rgb(206,143,215); }

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

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

 a { background-color: rgb(206,143,215); }

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

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

 span { border-color: rgb(206,143,215); }

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