#CBA4DC

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

Shades of Wisteria #CBA4DC

Tints of Wisteria #CBA4DC

Color information

#CBA4DC (or 0xCBA4DC) is unknown color: approx Wisteria. HEX triplet: CB, A4 and DC. RGB value is (203,164,220). Sum of RGB (Red+Green+Blue) = 203+164+220=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4DC is #345B23. Grayscale: #B5B5B5. Windows color (decimal): -3431204 or 14460107. OLE color: 14460107.

HSL color Cylindrical-coordinate representation of color #CBA4DC: hue angle of 281.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA4DC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203164220-
CMYK0.080.2500.14
HSL281.79º44.44%75.29%-
HSV(B)281.79º25.45%86.27%-
XYZ50.8244.4173.6-
YUV182.04149.42142.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=34.58%
G=27.94%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031642200.080.2500.14281.7944.4475.29
HexCBA4DC8190E11a2c4b
Octal313244334103101643254113
Binary110010111010010011011100100011001011101000110101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4DC; }

 p { color: rgb(203,164,220); }

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

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

 a { background-color: rgb(203,164,220); }

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

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

 span { border-color: rgb(203,164,220); }

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