#CD9CE6

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

Shades of Wisteria #CD9CE6

Tints of Wisteria #CD9CE6

Color information

#CD9CE6 (or 0xCD9CE6) is unknown color: approx Wisteria. HEX triplet: CD, 9C and E6. RGB value is (205,156,230). Sum of RGB (Red+Green+Blue) = 205+156+230=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD9CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9CE6 is #326319. Grayscale: #B2B2B2. Windows color (decimal): -3302170 or 15113421. OLE color: 15113421.

HSL color Cylindrical-coordinate representation of color #CD9CE6: hue angle of 279.73º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD9CE6 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205156230-
CMYK0.110.3200.10
HSL279.73º59.68%75.69%-
HSV(B)279.73º32.17%90.2%-
XYZ51.3542.4780.35-
YUV179.09156.73146.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 230 (90.23% from 255) = 38.92%
R=34.69%
G=26.40%
B=38.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051562300.110.3200.10279.7359.6875.69
HexCD9CE6B200A1183c4c
Octal315234346134001243074114
Binary1100110110011100111001101011100000010101000110001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CE6; }

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

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

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

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

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

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

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

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