#CB92DE

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

Shades of Wisteria #CB92DE

Tints of Wisteria #CB92DE

Color information

#CB92DE (or 0xCB92DE) is unknown color: approx Wisteria. HEX triplet: CB, 92 and DE. RGB value is (203,146,222). Sum of RGB (Red+Green+Blue) = 203+146+222=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92DE is #346D21. Grayscale: #ABABAB. Windows color (decimal): -3435810 or 14586571. OLE color: 14586571.

HSL color Cylindrical-coordinate representation of color #CB92DE: hue angle of 285º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB92DE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203146222-
CMYK0.090.3400.13
HSL285º53.52%72.16%-
HSV(B)285º34.23%87.06%-
XYZ48.0938.5374.01-
YUV171.71156.38150.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=35.55%
G=25.57%
B=38.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031462220.090.3400.1328553.5272.16
HexCB92DE9220D11d3648
Octal313222336114201543566110
Binary1100101110010010110111101001100010011011000111011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92DE; }

 p { color: rgb(203,146,222); }

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

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

 a { background-color: rgb(203,146,222); }

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

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

 span { border-color: rgb(203,146,222); }

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