#c690da

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

Shades of Wisteria #C690DA

Tints of Wisteria #C690DA

Color information

#C690DA (or 0xC690DA) is unknown color: approx Wisteria. HEX triplet: C6, 90 and DA. RGB value is (198,144,218). Sum of RGB (Red+Green+Blue) = 198+144+218=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #C690DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690DA is #396F25. Grayscale: #A8A8A8. Windows color (decimal): -3764006 or 14323910. OLE color: 14323910.

HSL color Cylindrical-coordinate representation of color #C690DA: hue angle of 283.78º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C690DA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198144218-
CMYK0.090.3400.15
HSL283.78º50%70.98%-
HSV(B)283.78º33.94%85.49%-
XYZ45.9237.0171.05-
YUV168.58155.89148.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=35.36%
G=25.71%
B=38.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981442180.090.3400.15283.785070.98
HexC690DA9220F11c3247
Octal306220332114201743462107
Binary1100011010010000110110101001100010011111000111001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c690da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c690da; }

 p { color: rgb(198,144,218); }

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

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

 a { background-color: rgb(198,144,218); }

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

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

 span { border-color: rgb(198,144,218); }

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