#CD9FED

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

Shades of Wisteria #CD9FED

Tints of Wisteria #CD9FED

Color information

#CD9FED (or 0xCD9FED) is unknown color: approx Wisteria. HEX triplet: CD, 9F and ED. RGB value is (205,159,237). Sum of RGB (Red+Green+Blue) = 205+159+237=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9FED is #326012. Grayscale: #B5B5B5. Windows color (decimal): -3301395 or 15572941. OLE color: 15572941.

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

Color convert

RGB205159237-
CMYK0.140.3300.07
HSL275.38º68.42%77.65%-
HSV(B)275.38º32.91%92.94%-
XYZ52.8643.8985.81-
YUV181.65159.24144.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=34.11%
G=26.46%
B=39.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051592370.140.3300.07275.3868.4277.65
HexCD9FEDE2107113444e
Octal315237355164107423104116
Binary1100110110011111111011011110100001011110001001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FED; }

 p { color: rgb(205,159,237); }

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

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

 a { background-color: rgb(205,159,237); }

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

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

 span { border-color: rgb(205,159,237); }

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