#CD9AEA

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

Shades of Wisteria #CD9AEA

Tints of Wisteria #CD9AEA

Color information

#CD9AEA (or 0xCD9AEA) is unknown color: approx Wisteria. HEX triplet: CD, 9A and EA. RGB value is (205,154,234). Sum of RGB (Red+Green+Blue) = 205+154+234=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9AEA is #326515. Grayscale: #B2B2B2. Windows color (decimal): -3302678 or 15375053. OLE color: 15375053.

HSL color Cylindrical-coordinate representation of color #CD9AEA: hue angle of 278.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD9AEA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205154234-
CMYK0.120.3400.08
HSL278.25º65.57%76.08%-
HSV(B)278.25º34.19%91.76%-
XYZ51.5842.0383.24-
YUV178.37159.4147-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=34.57%
G=25.97%
B=39.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051542340.120.3400.08278.2565.5776.08
HexCD9AEAC2208116424c
Octal3152323521442010426102114
Binary11001101100110101110101011001000100100010001011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AEA; }

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

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

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

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

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

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

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

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