#CB94D9

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

Shades of Wisteria #CB94D9

Tints of Wisteria #CB94D9

Color information

#CB94D9 (or 0xCB94D9) is unknown color: approx Wisteria. HEX triplet: CB, 94 and D9. RGB value is (203,148,217). Sum of RGB (Red+Green+Blue) = 203+148+217=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94D9 is #346B26. Grayscale: #ACACAC. Windows color (decimal): -3435303 or 14259403. OLE color: 14259403.

HSL color Cylindrical-coordinate representation of color #CB94D9: hue angle of 287.83º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB94D9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203148217-
CMYK0.060.3200.15
HSL287.83º47.59%71.57%-
HSV(B)287.83º31.8%85.1%-
XYZ47.7438.8970.64-
YUV172.31153.22149.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=35.74%
G=26.06%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031482170.060.3200.15287.8347.5971.57
HexCB94D96200F1203048
Octal31322433164001744060110
Binary110010111001010011011001110100000011111001000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94D9; }

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

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

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

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

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

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

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

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