#CB94DE

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

Shades of Wisteria #CB94DE

Tints of Wisteria #CB94DE

Color information

#CB94DE (or 0xCB94DE) is unknown color: approx Wisteria. HEX triplet: CB, 94 and DE. RGB value is (203,148,222). Sum of RGB (Red+Green+Blue) = 203+148+222=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94DE is #346B21. Grayscale: #ACACAC. Windows color (decimal): -3435298 or 14587083. OLE color: 14587083.

HSL color Cylindrical-coordinate representation of color #CB94DE: hue angle of 284.59º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB94DE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203148222-
CMYK0.090.3300.13
HSL284.59º52.86%72.55%-
HSV(B)284.59º33.33%87.06%-
XYZ48.439.1574.11-
YUV172.88155.72149.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=35.43%
G=25.83%
B=38.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031482220.090.3300.13284.5952.8672.55
HexCB94DE9210D11d3549
Octal313224336114101543565111
Binary1100101110010100110111101001100001011011000111011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94DE; }

 p { color: rgb(203,148,222); }

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

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

 a { background-color: rgb(203,148,222); }

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

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

 span { border-color: rgb(203,148,222); }

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