#CE8FE0

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

Shades of Wisteria #CE8FE0

Tints of Wisteria #CE8FE0

Color information

#CE8FE0 (or 0xCE8FE0) is unknown color: approx Wisteria. HEX triplet: CE, 8F and E0. RGB value is (206,143,224). Sum of RGB (Red+Green+Blue) = 206+143+224=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE8FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FE0 is #31701F. Grayscale: #AAAAAA. Windows color (decimal): -3239968 or 14716878. OLE color: 14716878.

HSL color Cylindrical-coordinate representation of color #CE8FE0: hue angle of 286.67º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8FE0 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206143224-
CMYK0.080.3600.12
HSL286.67º56.64%71.96%-
HSV(B)286.67º36.16%87.84%-
XYZ48.7338.1575.32-
YUV171.07157.87152.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=35.95%
G=24.96%
B=39.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061432240.080.3600.12286.6756.6471.96
HexCE8FE08240C11f3948
Octal316217340104401443771110
Binary1100111010001111111000001000100100011001000111111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FE0; }

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

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

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

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

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

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

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

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