#CB9DDC

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

Shades of Wisteria #CB9DDC

Tints of Wisteria #CB9DDC

Color information

#CB9DDC (or 0xCB9DDC) is unknown color: approx Wisteria. HEX triplet: CB, 9D and DC. RGB value is (203,157,220). Sum of RGB (Red+Green+Blue) = 203+157+220=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DDC is #346223. Grayscale: #B1B1B1. Windows color (decimal): -3432996 or 14458315. OLE color: 14458315.

HSL color Cylindrical-coordinate representation of color #CB9DDC: hue angle of 283.81º degrees, saturation: 0.47, 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 #CB9DDC is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203157220-
CMYK0.080.2900.14
HSL283.81º47.37%73.92%-
HSV(B)283.81º28.64%86.27%-
XYZ49.641.9873.2-
YUV177.94151.74145.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=35%
G=27.07%
B=37.93%

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
Decimal2031572200.080.2900.14283.8147.3773.92
HexCB9DDC81D0E11c2f4a
Octal313235334103501643457112
Binary110010111001110111011100100011101011101000111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DDC; }

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

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

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

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

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

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

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

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