#CB9ADF

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

Shades of Wisteria #CB9ADF

Tints of Wisteria #CB9ADF

Color information

#CB9ADF (or 0xCB9ADF) is unknown color: approx Wisteria. HEX triplet: CB, 9A and DF. RGB value is (203,154,223). Sum of RGB (Red+Green+Blue) = 203+154+223=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ADF is #346520. Grayscale: #B0B0B0. Windows color (decimal): -3433761 or 14654155. OLE color: 14654155.

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

Color convert

RGB203154223-
CMYK0.090.3100.13
HSL282.61º51.88%73.92%-
HSV(B)282.61º30.94%87.45%-
XYZ49.541.1475.14-
YUV176.52154.23146.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=35%
G=26.55%
B=38.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031542230.090.3100.13282.6151.8873.92
HexCB9ADF91F0D11b344a
Octal313232337113701543364112
Binary110010111001101011011111100111111011011000110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9ADF; }

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

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

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

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

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

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

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

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