#CE8FF7

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

Shades of Wisteria #CE8FF7

Tints of Wisteria #CE8FF7

Color information

#CE8FF7 (or 0xCE8FF7) is unknown color: approx Wisteria. HEX triplet: CE, 8F and F7. RGB value is (206,143,247). Sum of RGB (Red+Green+Blue) = 206+143+247=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE8FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FF7 is #317008. Grayscale: #ADADAD. Windows color (decimal): -3239945 or 16224206. OLE color: 16224206.

HSL color Cylindrical-coordinate representation of color #CE8FF7: hue angle of 276.35º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8FF7 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206143247-
CMYK0.170.4200.03
HSL276.35º86.67%76.47%-
HSV(B)276.35º42.11%96.86%-
XYZ52.0639.4892.87-
YUV173.69169.37151.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 143 (56.25% from 255) = 23.99%
BLUE value IS 247 (96.88% from 255) = 41.44%
R=34.56%
G=23.99%
B=41.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061432470.170.4200.03276.3586.6776.47
HexCE8FF7112A03114574c
Octal316217367215203424127114
Binary1100111010001111111101111000110101001110001010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FF7; }

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

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

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

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

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

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

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

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