#CB8DF9

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

Shades of Wisteria #CB8DF9

Tints of Wisteria #CB8DF9

Color information

#CB8DF9 (or 0xCB8DF9) is unknown color: approx Wisteria. HEX triplet: CB, 8D and F9. RGB value is (203,141,249). Sum of RGB (Red+Green+Blue) = 203+141+249=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB8DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8DF9 is #347206. Grayscale: #ABABAB. Windows color (decimal): -3437063 or 16354763. OLE color: 16354763.

HSL color Cylindrical-coordinate representation of color #CB8DF9: hue angle of 274.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB8DF9 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203141249-
CMYK0.180.4300.02
HSL274.44º90%76.47%-
HSV(B)274.44º43.37%97.65%-
XYZ51.2538.5994.37-
YUV171.85171.54150.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 249 (97.66% from 255) = 41.99%
R=34.23%
G=23.78%
B=41.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031412490.180.4300.02274.449076.47
HexCB8DF9122B021125a4c
Octal313215371225302422132114
Binary1100101110001101111110011001010101101010001001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DF9; }

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

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

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

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

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

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

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

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