#CB9CDC

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

Shades of Wisteria #CB9CDC

Tints of Wisteria #CB9CDC

Color information

#CB9CDC (or 0xCB9CDC) is unknown color: approx Wisteria. HEX triplet: CB, 9C and DC. RGB value is (203,156,220). Sum of RGB (Red+Green+Blue) = 203+156+220=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CDC is #346323. Grayscale: #B1B1B1. Windows color (decimal): -3433252 or 14458059. OLE color: 14458059.

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

Color convert

RGB203156220-
CMYK0.080.2900.14
HSL284.06º47.76%73.73%-
HSV(B)284.06º29.09%86.27%-
XYZ49.4441.6473.14-
YUV177.35152.07146.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=35.06%
G=26.94%
B=38.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031562200.080.2900.14284.0647.7673.73
HexCB9CDC81D0E11c304a
Octal313234334103501643460112
Binary110010111001110011011100100011101011101000111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CDC; }

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

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

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

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

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

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

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

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