#CB9DEA

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

Shades of Wisteria #CB9DEA

Tints of Wisteria #CB9DEA

Color information

#CB9DEA (or 0xCB9DEA) is unknown color: approx Wisteria. HEX triplet: CB, 9D and EA. RGB value is (203,157,234). Sum of RGB (Red+Green+Blue) = 203+157+234=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DEA is #346215. Grayscale: #B3B3B3. Windows color (decimal): -3432982 or 15375819. OLE color: 15375819.

HSL color Cylindrical-coordinate representation of color #CB9DEA: hue angle of 275.84º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB9DEA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203157234-
CMYK0.130.3300.08
HSL275.84º64.71%76.67%-
HSV(B)275.84º32.91%91.76%-
XYZ51.5442.7583.38-
YUV179.53158.74144.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 157 (61.72% from 255) = 26.43%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=34.18%
G=26.43%
B=39.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031572340.130.3300.08275.8464.7176.67
HexCB9DEAD2108114414d
Octal3132353521541010424101115
Binary11001011100111011110101011011000010100010001010010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DEA; }

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

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

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

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

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

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

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

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