#CE92DA

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

Shades of Wisteria #CE92DA

Tints of Wisteria #CE92DA

Color information

#CE92DA (or 0xCE92DA) is unknown color: approx Wisteria. HEX triplet: CE, 92 and DA. RGB value is (206,146,218). Sum of RGB (Red+Green+Blue) = 206+146+218=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92DA is #316D25. Grayscale: #ABABAB. Windows color (decimal): -3239206 or 14324430. OLE color: 14324430.

HSL color Cylindrical-coordinate representation of color #CE92DA: hue angle of 290º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE92DA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206146218-
CMYK0.060.3300.15
HSL290º49.32%71.37%-
HSV(B)290º33.03%85.49%-
XYZ48.3938.7471.26-
YUV172.15153.88152.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=36.14%
G=25.61%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061462180.060.3300.1529049.3271.37
HexCE92DA6210F1223147
Octal31622233264101744261107
Binary110011101001001011011010110100001011111001000101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92DA; }

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

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

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

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

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

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

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

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