#C785DD

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

Shades of Wisteria #C785DD

Tints of Wisteria #C785DD

Color information

#C785DD (or 0xC785DD) is unknown color: approx Wisteria. HEX triplet: C7, 85 and DD. RGB value is (199,133,221). Sum of RGB (Red+Green+Blue) = 199+133+221=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #C785DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785DD is #387A22. Grayscale: #A2A2A2. Windows color (decimal): -3701283 or 14517703. OLE color: 14517703.

HSL color Cylindrical-coordinate representation of color #C785DD: hue angle of 285º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C785DD is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199133221-
CMYK0.100.4000.13
HSL285º56.41%69.41%-
HSV(B)285º39.82%86.67%-
XYZ44.9934.1472.62-
YUV162.77160.87153.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.99%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=35.99%
G=24.05%
B=39.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991332210.100.4000.1328556.4169.41
HexC785DDA280D11d3845
Octal307205335125001543570105
Binary1100011110000101110111011010101000011011000111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C785DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C785DD; }

 p { color: rgb(199,133,221); }

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

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

 a { background-color: rgb(199,133,221); }

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

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

 span { border-color: rgb(199,133,221); }

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