#CB9DDD

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

Shades of Wisteria #CB9DDD

Tints of Wisteria #CB9DDD

Color information

#CB9DDD (or 0xCB9DDD) is unknown color: approx Wisteria. HEX triplet: CB, 9D and DD. RGB value is (203,157,221). Sum of RGB (Red+Green+Blue) = 203+157+221=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DDD is #346222. Grayscale: #B1B1B1. Windows color (decimal): -3432995 or 14523851. OLE color: 14523851.

HSL color Cylindrical-coordinate representation of color #CB9DDD: hue angle of 283.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9DDD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203157221-
CMYK0.080.2900.13
HSL283.12º48.48%74.12%-
HSV(B)283.12º28.96%86.67%-
XYZ49.7442.0373.9-
YUV178.05152.24145.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=34.94%
G=27.02%
B=38.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031572210.080.2900.13283.1248.4874.12
HexCB9DDD81D0D11b304a
Octal313235335103501543360112
Binary110010111001110111011101100011101011011000110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DDD; }

 p { color: rgb(203,157,221); }

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

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

 a { background-color: rgb(203,157,221); }

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

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

 span { border-color: rgb(203,157,221); }

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