#CD9CDB

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

Shades of Wisteria #CD9CDB

Tints of Wisteria #CD9CDB

Color information

#CD9CDB (or 0xCD9CDB) is unknown color: approx Wisteria. HEX triplet: CD, 9C and DB. RGB value is (205,156,219). Sum of RGB (Red+Green+Blue) = 205+156+219=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CDB is #326324. Grayscale: #B1B1B1. Windows color (decimal): -3302181 or 14392525. OLE color: 14392525.

HSL color Cylindrical-coordinate representation of color #CD9CDB: hue angle of 286.67º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD9CDB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205156219-
CMYK0.060.2900.14
HSL286.67º46.67%73.53%-
HSV(B)286.67º28.77%85.88%-
XYZ49.8541.8772.47-
YUV177.83151.23147.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=35.34%
G=26.90%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051562190.060.2900.14286.6746.6773.53
HexCD9CDB61D0E11f2f4a
Octal31523433363501643757112
Binary11001101100111001101101111011101011101000111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CDB; }

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

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

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

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

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

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

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

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