#CD9EE3

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

Shades of Wisteria #CD9EE3

Tints of Wisteria #CD9EE3

Color information

#CD9EE3 (or 0xCD9EE3) is unknown color: approx Wisteria. HEX triplet: CD, 9E and E3. RGB value is (205,158,227). Sum of RGB (Red+Green+Blue) = 205+158+227=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD9EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EE3 is #32611C. Grayscale: #B3B3B3. Windows color (decimal): -3301661 or 14917325. OLE color: 14917325.

HSL color Cylindrical-coordinate representation of color #CD9EE3: hue angle of 280.87º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9EE3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205158227-
CMYK0.100.3000.11
HSL280.87º55.2%75.49%-
HSV(B)280.87º30.4%89.02%-
XYZ51.2742.9878.27-
YUV179.92154.57145.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 158 (62.11% from 255) = 26.78%
BLUE value IS 227 (89.06% from 255) = 38.47%
R=34.75%
G=26.78%
B=38.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051582270.100.3000.11280.8755.275.49
HexCD9EE3A1E0B119374b
Octal315236343123601343167113
Binary110011011001111011100011101011110010111000110011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EE3; }

 p { color: rgb(205,158,227); }

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

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

 a { background-color: rgb(205,158,227); }

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

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

 span { border-color: rgb(205,158,227); }

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