#CB8ADB

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

Shades of Wisteria #CB8ADB

Tints of Wisteria #CB8ADB

Color information

#CB8ADB (or 0xCB8ADB) is unknown color: approx Wisteria. HEX triplet: CB, 8A and DB. RGB value is (203,138,219). Sum of RGB (Red+Green+Blue) = 203+138+219=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ADB is #347524. Grayscale: #A6A6A6. Windows color (decimal): -3437861 or 14387915. OLE color: 14387915.

HSL color Cylindrical-coordinate representation of color #CB8ADB: hue angle of 288.15º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB8ADB is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203138219-
CMYK0.070.3700.14
HSL288.15º52.94%70%-
HSV(B)288.15º36.99%85.88%-
XYZ46.535.9971.51-
YUV166.67157.53153.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=36.25%
G=24.64%
B=39.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031382190.070.3700.14288.1552.9470
HexCB8ADB7250E1203546
Octal31321233374501644065106
Binary110010111000101011011011111100101011101001000001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8ADB; }

 p { color: rgb(203,138,219); }

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

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

 a { background-color: rgb(203,138,219); }

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

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

 span { border-color: rgb(203,138,219); }

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