#CE92DD

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

Shades of Wisteria #CE92DD

Tints of Wisteria #CE92DD

Color information

#CE92DD (or 0xCE92DD) is unknown color: approx Wisteria. HEX triplet: CE, 92 and DD. RGB value is (206,146,221). Sum of RGB (Red+Green+Blue) = 206+146+221=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92DD is #316D22. Grayscale: #ACACAC. Windows color (decimal): -3239203 or 14521038. OLE color: 14521038.

HSL color Cylindrical-coordinate representation of color #CE92DD: hue angle of 288º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE92DD is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206146221-
CMYK0.070.3400.13
HSL288º52.45%71.96%-
HSV(B)288º33.94%86.67%-
XYZ48.7838.973.34-
YUV172.49155.38151.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 146 (57.42% from 255) = 25.48%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=35.95%
G=25.48%
B=38.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061462210.070.3400.1328852.4571.96
HexCE92DD7220D1203448
Octal31622233574201544064110
Binary110011101001001011011101111100010011011001000001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92DD; }

 p { color: rgb(206,146,221); }

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

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

 a { background-color: rgb(206,146,221); }

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

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

 span { border-color: rgb(206,146,221); }

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