#CE8FFA

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

Shades of Wisteria #CE8FFA

Tints of Wisteria #CE8FFA

Color information

#CE8FFA (or 0xCE8FFA) is unknown color: approx Wisteria. HEX triplet: CE, 8F and FA. RGB value is (206,143,250). Sum of RGB (Red+Green+Blue) = 206+143+250=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FFA is #317005. Grayscale: #ADADAD. Windows color (decimal): -3239942 or 16420814. OLE color: 16420814.

HSL color Cylindrical-coordinate representation of color #CE8FFA: hue angle of 275.33º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8FFA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206143250-
CMYK0.180.4300.02
HSL275.33º91.45%77.06%-
HSV(B)275.33º42.8%98.04%-
XYZ52.5339.6795.33-
YUV174.03170.87150.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 143 (56.25% from 255) = 23.87%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=34.39%
G=23.87%
B=41.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061432500.180.4300.02275.3391.4577.06
HexCE8FFA122B021135b4d
Octal316217372225302423133115
Binary1100111010001111111110101001010101101010001001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FFA; }

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

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

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

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

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

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

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

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