#CB8BD9

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

Shades of Wisteria #CB8BD9

Tints of Wisteria #CB8BD9

Color information

#CB8BD9 (or 0xCB8BD9) is unknown color: approx Wisteria. HEX triplet: CB, 8B and D9. RGB value is (203,139,217). Sum of RGB (Red+Green+Blue) = 203+139+217=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB8BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BD9 is #347426. Grayscale: #A6A6A6. Windows color (decimal): -3437607 or 14257099. OLE color: 14257099.

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

Color convert

RGB203139217-
CMYK0.060.3600.15
HSL289.23º50.65%69.8%-
HSV(B)289.23º35.94%85.1%-
XYZ46.3936.1770.18-
YUV167.03156.2153.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=36.31%
G=24.87%
B=38.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031392170.060.3600.15289.2350.6569.8
HexCB8BD96240F1213346
Octal31321333164401744163106
Binary110010111000101111011001110100100011111001000011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8BD9; }

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

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

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

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

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

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

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

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