#CBA7DE

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

Shades of Wisteria #CBA7DE

Tints of Wisteria #CBA7DE

Color information

#CBA7DE (or 0xCBA7DE) is unknown color: approx Wisteria. HEX triplet: CB, A7 and DE. RGB value is (203,167,222). Sum of RGB (Red+Green+Blue) = 203+167+222=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBA7DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7DE is #345821. Grayscale: #B7B7B7. Windows color (decimal): -3430434 or 14591947. OLE color: 14591947.

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

Color convert

RGB203167222-
CMYK0.090.2500.13
HSL279.27º45.45%76.27%-
HSV(B)279.27º24.77%87.06%-
XYZ51.6345.6175.19-
YUV184.03149.43141.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 167 (65.62% from 255) = 28.21%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=34.29%
G=28.21%
B=37.5%

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
Decimal2031672220.090.2500.13279.2745.4576.27
HexCBA7DE9190D1172d4c
Octal313247336113101542755114
Binary110010111010011111011110100111001011011000101111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7DE; }

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

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

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

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

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

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

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

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