#CB93D5

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

Shades of Wisteria #CB93D5

Tints of Wisteria #CB93D5

Color information

#CB93D5 (or 0xCB93D5) is unknown color: approx Wisteria. HEX triplet: CB, 93 and D5. RGB value is (203,147,213). Sum of RGB (Red+Green+Blue) = 203+147+213=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB93D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93D5 is #346C2A. Grayscale: #ABABAB. Windows color (decimal): -3435563 or 13997003. OLE color: 13997003.

HSL color Cylindrical-coordinate representation of color #CB93D5: hue angle of 290.91º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB93D5 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203147213-
CMYK0.050.3100.16
HSL290.91º44%70.59%-
HSV(B)290.91º30.99%83.53%-
XYZ47.0738.3767.88-
YUV171.27151.55150.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=36.06%
G=26.11%
B=37.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031472130.050.3100.16290.914470.59
HexCB93D551F0101232c47
Octal31322332553702044354107
Binary110010111001001111010101101111110100001001000111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93D5; }

 p { color: rgb(203,147,213); }

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

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

 a { background-color: rgb(203,147,213); }

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

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

 span { border-color: rgb(203,147,213); }

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