#CB9BDF

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

Shades of Wisteria #CB9BDF

Tints of Wisteria #CB9BDF

Color information

#CB9BDF (or 0xCB9BDF) is unknown color: approx Wisteria. HEX triplet: CB, 9B and DF. RGB value is (203,155,223). Sum of RGB (Red+Green+Blue) = 203+155+223=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BDF is #346420. Grayscale: #B0B0B0. Windows color (decimal): -3433505 or 14654411. OLE color: 14654411.

HSL color Cylindrical-coordinate representation of color #CB9BDF: hue angle of 282.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9BDF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203155223-
CMYK0.090.3000.13
HSL282.35º51.52%74.12%-
HSV(B)282.35º30.49%87.45%-
XYZ49.6741.4775.2-
YUV177.1153.9146.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=34.94%
G=26.68%
B=38.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031552230.090.3000.13282.3551.5274.12
HexCB9BDF91E0D11a344a
Octal313233337113601543264112
Binary110010111001101111011111100111110011011000110101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BDF; }

 p { color: rgb(203,155,223); }

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

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

 a { background-color: rgb(203,155,223); }

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

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

 span { border-color: rgb(203,155,223); }

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