#CB8DD8

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

Shades of Wisteria #CB8DD8

Tints of Wisteria #CB8DD8

Color information

#CB8DD8 (or 0xCB8DD8) is unknown color: approx Wisteria. HEX triplet: CB, 8D and D8. RGB value is (203,141,216). Sum of RGB (Red+Green+Blue) = 203+141+216=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB8DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DD8 is #347227. Grayscale: #A7A7A7. Windows color (decimal): -3437096 or 14192075. OLE color: 14192075.

HSL color Cylindrical-coordinate representation of color #CB8DD8: hue angle of 289.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8DD8 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203141216-
CMYK0.060.3500.15
HSL289.6º49.02%70%-
HSV(B)289.6º34.72%84.71%-
XYZ46.5536.769.6-
YUV168.09155.04152.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=36.25%
G=25.18%
B=38.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031412160.060.3500.15289.649.0270
HexCB8DD86230F1223146
Octal31321533064301744261106
Binary110010111000110111011000110100011011111001000101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DD8; }

 p { color: rgb(203,141,216); }

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

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

 a { background-color: rgb(203,141,216); }

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

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

 span { border-color: rgb(203,141,216); }

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