#CD9BF3

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

Shades of Wisteria #CD9BF3

Tints of Wisteria #CD9BF3

Color information

#CD9BF3 (or 0xCD9BF3) is unknown color: approx Wisteria. HEX triplet: CD, 9B and F3. RGB value is (205,155,243). Sum of RGB (Red+Green+Blue) = 205+155+243=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #CD9BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9BF3 is #32640C. Grayscale: #B3B3B3. Windows color (decimal): -3302413 or 15965133. OLE color: 15965133.

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

Color convert

RGB205155243-
CMYK0.160.3600.05
HSL274.09º78.57%78.04%-
HSV(B)274.09º36.21%95.29%-
XYZ53.0842.8990.28-
YUV179.98163.56145.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 243 (95.31% from 255) = 40.30%
R=34.00%
G=25.70%
B=40.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051552430.160.3600.05274.0978.5778.04
HexCD9BF31024051124f4e
Octal315233363204405422117116
Binary11001101100110111111001110000100100010110001001010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BF3; }

 p { color: rgb(205,155,243); }

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

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

 a { background-color: rgb(205,155,243); }

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

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

 span { border-color: rgb(205,155,243); }

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