#CB8ADD

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

Shades of Wisteria #CB8ADD

Tints of Wisteria #CB8ADD

Color information

#CB8ADD (or 0xCB8ADD) is unknown color: approx Wisteria. HEX triplet: CB, 8A and DD. RGB value is (203,138,221). Sum of RGB (Red+Green+Blue) = 203+138+221=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ADD is #347522. Grayscale: #A6A6A6. Windows color (decimal): -3437859 or 14518987. OLE color: 14518987.

HSL color Cylindrical-coordinate representation of color #CB8ADD: hue angle of 286.99º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB8ADD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203138221-
CMYK0.080.3800.13
HSL286.99º54.97%70.39%-
HSV(B)286.99º37.56%86.67%-
XYZ46.7736.0972.91-
YUV166.9158.53153.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=36.12%
G=24.56%
B=39.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031382210.080.3800.13286.9954.9770.39
HexCB8ADD8260D11f3746
Octal313212335104601543767106
Binary1100101110001010110111011000100110011011000111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8ADD; }

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

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

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

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

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

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

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

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