#CB92DB

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

Shades of Wisteria #CB92DB

Tints of Wisteria #CB92DB

Color information

#CB92DB (or 0xCB92DB) is unknown color: approx Wisteria. HEX triplet: CB, 92 and DB. RGB value is (203,146,219). Sum of RGB (Red+Green+Blue) = 203+146+219=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92DB is #346D24. Grayscale: #ABABAB. Windows color (decimal): -3435813 or 14389963. OLE color: 14389963.

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

Color convert

RGB203146219-
CMYK0.070.3300.14
HSL286.85º50.34%71.57%-
HSV(B)286.85º33.33%85.88%-
XYZ47.6938.3771.91-
YUV171.36154.88150.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=35.74%
G=25.70%
B=38.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031462190.070.3300.14286.8550.3471.57
HexCB92DB7210E11f3248
Octal31322233374101643762110
Binary110010111001001011011011111100001011101000111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92DB; }

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

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

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

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

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

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

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

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