#CD9FF1

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

Shades of Wisteria #CD9FF1

Tints of Wisteria #CD9FF1

Color information

#CD9FF1 (or 0xCD9FF1) is unknown color: approx Wisteria. HEX triplet: CD, 9F and F1. RGB value is (205,159,241). Sum of RGB (Red+Green+Blue) = 205+159+241=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9FF1 is #32600E. Grayscale: #B5B5B5. Windows color (decimal): -3301391 or 15835085. OLE color: 15835085.

HSL color Cylindrical-coordinate representation of color #CD9FF1: hue angle of 273.66º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD9FF1 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205159241-
CMYK0.150.3400.05
HSL273.66º74.55%78.43%-
HSV(B)273.66º34.02%94.51%-
XYZ53.4544.1388.92-
YUV182.1161.24144.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=33.88%
G=26.28%
B=39.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051592410.150.3400.05273.6674.5578.43
HexCD9FF1F22051124b4e
Octal315237361174205422113116
Binary1100110110011111111100011111100010010110001001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FF1; }

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

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

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

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

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

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

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

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