#CE99E6

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

Shades of Wisteria #CE99E6

Tints of Wisteria #CE99E6

Color information

#CE99E6 (or 0xCE99E6) is unknown color: approx Wisteria. HEX triplet: CE, 99 and E6. RGB value is (206,153,230). Sum of RGB (Red+Green+Blue) = 206+153+230=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99E6 is #316619. Grayscale: #B1B1B1. Windows color (decimal): -3237402 or 15112654. OLE color: 15112654.

HSL color Cylindrical-coordinate representation of color #CE99E6: hue angle of 281.3º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE99E6 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206153230-
CMYK0.100.3300.10
HSL281.3º60.63%75.1%-
HSV(B)281.3º33.48%90.2%-
XYZ51.1341.6280.2-
YUV177.62157.56148.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 230 (90.23% from 255) = 39.05%
R=34.97%
G=25.98%
B=39.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061532300.100.3300.10281.360.6375.1
HexCE99E6A210A1193d4b
Octal316231346124101243175113
Binary1100111010011001111001101010100001010101000110011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99E6; }

 p { color: rgb(206,153,230); }

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

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

 a { background-color: rgb(206,153,230); }

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

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

 span { border-color: rgb(206,153,230); }

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