#CB94DB

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

Shades of Wisteria #CB94DB

Tints of Wisteria #CB94DB

Color information

#CB94DB (or 0xCB94DB) is unknown color: approx Wisteria. HEX triplet: CB, 94 and DB. RGB value is (203,148,219). Sum of RGB (Red+Green+Blue) = 203+148+219=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94DB is #346B24. Grayscale: #ACACAC. Windows color (decimal): -3435301 or 14390475. OLE color: 14390475.

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

Color convert

RGB203148219-
CMYK0.070.3200.14
HSL286.48º49.65%71.96%-
HSV(B)286.48º32.42%85.88%-
XYZ4838.9972.01-
YUV172.54154.22149.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=35.61%
G=25.96%
B=38.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031482190.070.3200.14286.4849.6571.96
HexCB94DB7200E11e3248
Octal31322433374001643662110
Binary110010111001010011011011111100000011101000111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94DB; }

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

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

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

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

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

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

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

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