#CD9AEE

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

Shades of Wisteria #CD9AEE

Tints of Wisteria #CD9AEE

Color information

#CD9AEE (or 0xCD9AEE) is unknown color: approx Wisteria. HEX triplet: CD, 9A and EE. RGB value is (205,154,238). Sum of RGB (Red+Green+Blue) = 205+154+238=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9AEE is #326511. Grayscale: #B2B2B2. Windows color (decimal): -3302674 or 15637197. OLE color: 15637197.

HSL color Cylindrical-coordinate representation of color #CD9AEE: hue angle of 276.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD9AEE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205154238-
CMYK0.140.3500.07
HSL276.43º71.19%76.86%-
HSV(B)276.43º35.29%93.33%-
XYZ52.1742.2686.3-
YUV178.82161.4146.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=34.34%
G=25.80%
B=39.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051542380.140.3500.07276.4371.1976.86
HexCD9AEEE2307114474d
Octal315232356164307424107115
Binary1100110110011010111011101110100011011110001010010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AEE; }

 p { color: rgb(205,154,238); }

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

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

 a { background-color: rgb(205,154,238); }

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

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

 span { border-color: rgb(205,154,238); }

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