#CB9EDC

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

Shades of Wisteria #CB9EDC

Tints of Wisteria #CB9EDC

Color information

#CB9EDC (or 0xCB9EDC) is unknown color: approx Wisteria. HEX triplet: CB, 9E and DC. RGB value is (203,158,220). Sum of RGB (Red+Green+Blue) = 203+158+220=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EDC is #346123. Grayscale: #B2B2B2. Windows color (decimal): -3432740 or 14458571. OLE color: 14458571.

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

Color convert

RGB203158220-
CMYK0.080.2800.14
HSL283.55º46.97%74.12%-
HSV(B)283.55º28.18%86.27%-
XYZ49.7742.3273.25-
YUV178.52151.41145.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=34.94%
G=27.19%
B=37.87%

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
Decimal2031582200.080.2800.14283.5546.9774.12
HexCB9EDC81C0E11c2f4a
Octal313236334103401643457112
Binary110010111001111011011100100011100011101000111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EDC; }

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

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

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

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

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

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

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

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