#C695DD

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

Shades of Wisteria #C695DD

Tints of Wisteria #C695DD

Color information

#C695DD (or 0xC695DD) is unknown color: approx Wisteria. HEX triplet: C6, 95 and DD. RGB value is (198,149,221). Sum of RGB (Red+Green+Blue) = 198+149+221=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C695DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695DD is #396A22. Grayscale: #ABABAB. Windows color (decimal): -3762723 or 14521798. OLE color: 14521798.

HSL color Cylindrical-coordinate representation of color #C695DD: hue angle of 280.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C695DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198149221-
CMYK0.100.3300.13
HSL280.83º51.43%72.55%-
HSV(B)280.83º32.58%86.67%-
XYZ47.0938.7273.4-
YUV171.86155.73146.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.86%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=34.86%
G=26.23%
B=38.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981492210.100.3300.13280.8351.4372.55
HexC695DDA210D1193349
Octal306225335124101543163111
Binary1100011010010101110111011010100001011011000110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695DD; }

 p { color: rgb(198,149,221); }

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

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

 a { background-color: rgb(198,149,221); }

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

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

 span { border-color: rgb(198,149,221); }

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