#CB8DEB

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

Shades of Wisteria #CB8DEB

Tints of Wisteria #CB8DEB

Color information

#CB8DEB (or 0xCB8DEB) is unknown color: approx Wisteria. HEX triplet: CB, 8D and EB. RGB value is (203,141,235). Sum of RGB (Red+Green+Blue) = 203+141+235=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB8DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8DEB is #347214. Grayscale: #A9A9A9. Windows color (decimal): -3437077 or 15437259. OLE color: 15437259.

HSL color Cylindrical-coordinate representation of color #CB8DEB: hue angle of 279.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB8DEB is Cyan = 0.14, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203141235-
CMYK0.140.400.08
HSL279.57º70.15%73.73%-
HSV(B)279.57º40%92.16%-
XYZ49.1537.7483.29-
YUV170.25164.54151.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=35.06%
G=24.35%
B=40.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031412350.140.400.08279.5770.1573.73
HexCB8DEBE2808118464a
Octal3132153531650010430106112
Binary11001011100011011110101111101010000100010001100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DEB; }

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

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

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

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

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

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

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

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