#CBA6DE

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

Shades of Wisteria #CBA6DE

Tints of Wisteria #CBA6DE

Color information

#CBA6DE (or 0xCBA6DE) is unknown color: approx Wisteria. HEX triplet: CB, A6 and DE. RGB value is (203,166,222). Sum of RGB (Red+Green+Blue) = 203+166+222=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6DE is #345921. Grayscale: #B7B7B7. Windows color (decimal): -3430690 or 14591691. OLE color: 14591691.

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

Color convert

RGB203166222-
CMYK0.090.2500.13
HSL279.64º45.9%76.08%-
HSV(B)279.64º25.23%87.06%-
XYZ51.4545.2475.13-
YUV183.45149.76141.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 166 (65.23% from 255) = 28.09%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=34.35%
G=28.09%
B=37.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031662220.090.2500.13279.6445.976.08
HexCBA6DE9190D1182e4c
Octal313246336113101543056114
Binary110010111010011011011110100111001011011000110001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6DE; }

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

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

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

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

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

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

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

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