#CB9FDC

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

Shades of Wisteria #CB9FDC

Tints of Wisteria #CB9FDC

Color information

#CB9FDC (or 0xCB9FDC) is unknown color: approx Wisteria. HEX triplet: CB, 9F and DC. RGB value is (203,159,220). Sum of RGB (Red+Green+Blue) = 203+159+220=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FDC is #346023. Grayscale: #B2B2B2. Windows color (decimal): -3432484 or 14458827. OLE color: 14458827.

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

Color convert

RGB203159220-
CMYK0.080.2800.14
HSL283.28º46.56%74.31%-
HSV(B)283.28º27.73%86.27%-
XYZ49.9542.6673.31-
YUV179.11151.08145.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=34.88%
G=27.32%
B=37.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031592200.080.2800.14283.2846.5674.31
HexCB9FDC81C0E11b2f4a
Octal313237334103401643357112
Binary110010111001111111011100100011100011101000110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FDC; }

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

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

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

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

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

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

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

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