#CE92DC

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

Shades of Wisteria #CE92DC

Tints of Wisteria #CE92DC

Color information

#CE92DC (or 0xCE92DC) is unknown color: approx Wisteria. HEX triplet: CE, 92 and DC. RGB value is (206,146,220). Sum of RGB (Red+Green+Blue) = 206+146+220=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92DC is #316D23. Grayscale: #ACACAC. Windows color (decimal): -3239204 or 14455502. OLE color: 14455502.

HSL color Cylindrical-coordinate representation of color #CE92DC: hue angle of 288.65º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE92DC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206146220-
CMYK0.060.3400.14
HSL288.65º51.39%71.76%-
HSV(B)288.65º33.64%86.27%-
XYZ48.6538.8572.64-
YUV172.38154.88151.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=36.01%
G=25.52%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061462200.060.3400.14288.6551.3971.76
HexCE92DC6220E1213348
Octal31622233464201644163110
Binary110011101001001011011100110100010011101001000011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92DC; }

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

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

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

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

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

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

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

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