#CB9DE7

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

Shades of Wisteria #CB9DE7

Tints of Wisteria #CB9DE7

Color information

#CB9DE7 (or 0xCB9DE7) is unknown color: approx Wisteria. HEX triplet: CB, 9D and E7. RGB value is (203,157,231). Sum of RGB (Red+Green+Blue) = 203+157+231=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB9DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DE7 is #346218. Grayscale: #B2B2B2. Windows color (decimal): -3432985 or 15179211. OLE color: 15179211.

HSL color Cylindrical-coordinate representation of color #CB9DE7: hue angle of 277.3º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB9DE7 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203157231-
CMYK0.120.3200.09
HSL277.3º60.66%76.08%-
HSV(B)277.3º32.03%90.59%-
XYZ51.1142.5881.13-
YUV179.19157.24144.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 157 (61.72% from 255) = 26.57%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=34.35%
G=26.57%
B=39.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031572310.120.3200.09277.360.6676.08
HexCB9DE7C20091153d4c
Octal313235347144001142575114
Binary1100101110011101111001111100100000010011000101011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DE7; }

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

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

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

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

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

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

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

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