#CD9CE9

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

Shades of Wisteria #CD9CE9

Tints of Wisteria #CD9CE9

Color information

#CD9CE9 (or 0xCD9CE9) is unknown color: approx Wisteria. HEX triplet: CD, 9C and E9. RGB value is (205,156,233). Sum of RGB (Red+Green+Blue) = 205+156+233=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD9CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9CE9 is #326316. Grayscale: #B3B3B3. Windows color (decimal): -3302167 or 15310029. OLE color: 15310029.

HSL color Cylindrical-coordinate representation of color #CD9CE9: hue angle of 278.18º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD9CE9 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205156233-
CMYK0.120.3300.09
HSL278.18º63.64%76.27%-
HSV(B)278.18º33.05%91.37%-
XYZ51.7742.6482.59-
YUV179.43158.23146.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 233 (91.41% from 255) = 39.23%
R=34.51%
G=26.26%
B=39.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051562330.120.3300.09278.1863.6476.27
HexCD9CE9C2109116404c
Octal3152343511441011426100114
Binary11001101100111001110100111001000010100110001011010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CE9; }

 p { color: rgb(205,156,233); }

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

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

 a { background-color: rgb(205,156,233); }

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

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

 span { border-color: rgb(205,156,233); }

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