#CB9ADE

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

Shades of Wisteria #CB9ADE

Tints of Wisteria #CB9ADE

Color information

#CB9ADE (or 0xCB9ADE) is unknown color: approx Wisteria. HEX triplet: CB, 9A and DE. RGB value is (203,154,222). Sum of RGB (Red+Green+Blue) = 203+154+222=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ADE is #346521. Grayscale: #B0B0B0. Windows color (decimal): -3433762 or 14588619. OLE color: 14588619.

HSL color Cylindrical-coordinate representation of color #CB9ADE: hue angle of 283.24º degrees, saturation: 0.51, 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 #CB9ADE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203154222-
CMYK0.090.3100.13
HSL283.24º50.75%73.73%-
HSV(B)283.24º30.63%87.06%-
XYZ49.3741.0874.43-
YUV176.4153.73146.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=35.06%
G=26.60%
B=38.34%

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
Decimal2031542220.090.3100.13283.2450.7573.73
HexCB9ADE91F0D11b334a
Octal313232336113701543363112
Binary110010111001101011011110100111111011011000110111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9ADE; }

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

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

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

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

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

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

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

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